OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_nodelay
(Results
1 - 2
of
2
) sorted by null
/external/fio/
configure
1047
# Check whether we have
TCP_NODELAY
1048
tcp_nodelay
="no"
1056
return getsockopt(0, 0,
TCP_NODELAY
, NULL, NULL);
1059
if compile_prog "" "" "
TCP_NODELAY
"; then
1060
tcp_nodelay
="yes"
1062
echo "
TCP_NODELAY
$
tcp_nodelay
"
1307
if test "$
tcp_nodelay
" = "yes" ; then
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
149
int
tcp_nodelay
; /* used by pt_LinuxSendFile */
member in struct:_MDFileDesc
Completed in 114 milliseconds