/src/libexec/ftpd/ |
extern.h | 295 LLT sendlowat; /* SO_SNDLOWAT size */ member in struct:ftpclass
|
extern.h | 295 LLT sendlowat; /* SO_SNDLOWAT size */ member in struct:ftpclass
|
conf.c | 119 curclass.sendlowat = 0; 394 } else if (strcasecmp(word, "sendlowat") == 0) { 395 curclass.sendlowat = 0; 396 CONF_LL(sendlowat, arg, 0, INT_MAX);
|
conf.c | 119 curclass.sendlowat = 0; 394 } else if (strcasecmp(word, "sendlowat") == 0) { 395 curclass.sendlowat = 0; 396 CONF_LL(sendlowat, arg, 0, INT_MAX);
|
ftpd.c | 2206 int error, sendbufsize, sendlowat; local in function:send_data_with_mmap 2218 if (curclass.sendlowat) { 2219 sendlowat = curclass.sendlowat; 2221 &sendlowat, sizeof(int)) == -1) 2223 sendlowat); 2819 if (curclass.sendlowat) 2821 (LLT)curclass.sendlowat);
|
ftpd.c | 2206 int error, sendbufsize, sendlowat; local in function:send_data_with_mmap 2218 if (curclass.sendlowat) { 2219 sendlowat = curclass.sendlowat; 2221 &sendlowat, sizeof(int)) == -1) 2223 sendlowat); 2819 if (curclass.sendlowat) 2821 (LLT)curclass.sendlowat);
|