OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendlowat
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/ftpd/
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);
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 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025