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

  /src/libexec/ftpd/
extern.h 295 LLT sendlowat; /* SO_SNDLOWAT size */ member in struct:ftpclass
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 58 milliseconds