Searched refs:sendlowat (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dextern.h295 LLT sendlowat; /* SO_SNDLOWAT size */ member in struct:ftpclass
H A Dconf.c118 curclass.sendlowat = 0;
393 } else if (strcasecmp(word, "sendlowat") == 0) {
394 curclass.sendlowat = 0;
395 CONF_LL(sendlowat, arg, 0, INT_MAX);
H A Dftpd.c2177 int error, sendbufsize, sendlowat; local
2189 if (curclass.sendlowat) {
2190 sendlowat = curclass.sendlowat;
2192 &sendlowat, sizeof(int)) == -1)
2194 sendlowat);
2790 if (curclass.sendlowat)
2792 (LLT)curclass.sendlowat);

Completed in 122 milliseconds