Home | History | Annotate | Download | only in ftpd

Lines Matching defs:LLT

95 # define LLT		long
105 # define LLT long long
275 LLT limit; /* Max connections (-1 = unlimited) */
277 LLT maxfilesize; /* Maximum file size of uploads */
278 LLT maxrateget; /* Maximum get transfer rate throttle */
279 LLT maxrateput; /* Maximum put transfer rate throttle */
280 LLT maxtimeout; /* Maximum permitted timeout */
283 LLT portmin; /* Minimum port for passive mode */
284 LLT portmax; /* Maximum port for passive mode */
285 LLT rateget; /* Get (RETR) transfer rate throttle */
286 LLT rateput; /* Put (STOR) transfer rate throttle */
287 LLT timeout; /* Default timeout */
290 LLT mmapsize; /* mmap window size */
291 LLT readsize; /* data read size */
292 LLT writesize; /* data write size */
293 LLT recvbufsize; /* SO_RCVBUF size */
294 LLT sendbufsize; /* SO_SNDBUF size */
295 LLT sendlowat; /* SO_SNDLOWAT size */