HomeSort by: relevance | last modified time | path
    Searched refs:sendlowat (Results 1 - 6 of 6) sorted by relevancy

  /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);

Completed in 33 milliseconds