OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_KEEPIDLE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
tcp.d
54
TCP_KEEPIDLE
= 4, /// Start keeplives after this period
/src/sys/netinet/
tcp.h
128
#define
TCP_KEEPIDLE
3
tcp_usrreq.c
336
case
TCP_KEEPIDLE
:
407
case
TCP_KEEPIDLE
:
2037
sysctl_tcp_keep, 0, &
tcp_keepidle
, 0,
/src/external/mit/libuv/dist/src/unix/
tcp.c
496
* in milliseconds or
TCP_KEEPIDLE
in seconds.
520
/* `
TCP_KEEPIDLE
`, `TCP_KEEPINTVL`, and `TCP_KEEPCNT` were not available on Solaris
522
#if defined(
TCP_KEEPIDLE
) && defined(TCP_KEEPINTVL) && defined(TCP_KEEPCNT)
523
if (setsockopt(fd, IPPROTO_TCP,
TCP_KEEPIDLE
, &idle, sizeof(idle)))
553
#ifdef
TCP_KEEPIDLE
554
if (setsockopt(fd, IPPROTO_TCP,
TCP_KEEPIDLE
, &idle, sizeof(idle)))
557
/* Darwin/macOS uses TCP_KEEPALIVE in place of
TCP_KEEPIDLE
. */
/src/external/bsd/openldap/dist/servers/lloadd/
backend.c
155
#ifdef
TCP_KEEPIDLE
156
if ( setsockopt( s, IPPROTO_TCP,
TCP_KEEPIDLE
,
161
"setsockopt(%d,
TCP_KEEPIDLE
) failed (ignored).\n",
166
"sockopt
TCP_KEEPIDLE
not supported on this system.\n" );
167
#endif /*
TCP_KEEPIDLE
*/
/src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c
139
#ifdef
TCP_KEEPIDLE
140
if ( setsockopt( s, IPPROTO_TCP,
TCP_KEEPIDLE
,
146
"setsockopt(%d,
TCP_KEEPIDLE
) failed (ignored).\n",
151
"sockopt
TCP_KEEPIDLE
not supported on this system.\n" );
152
#endif /*
TCP_KEEPIDLE
*/
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d
69
TCP_KEEPIDLE
= 4,
3350
static if (is(typeof(
TCP_KEEPIDLE
)) && is(typeof(TCP_KEEPINTVL)))
3352
setOption(SocketOptionLevel.TCP, cast(SocketOption)
TCP_KEEPIDLE
, time);
/src/usr.bin/kdump/
kdump.c
677
CASERETURN(
TCP_KEEPIDLE
);
Completed in 31 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026