Searched refs:TCP_KEEPCNT (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Dtcp.d56 TCP_KEEPCNT = 6, /// Number of keepalives before death
/netbsd-current/sys/netinet/
H A Dtcp.h132 #define TCP_KEEPCNT 6 macro
H A Dtcp_usrreq.c358 case TCP_KEEPCNT:
413 case TCP_KEEPCNT:
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dbackend.c170 #ifdef TCP_KEEPCNT
171 if ( setsockopt( s, IPPROTO_TCP, TCP_KEEPCNT,
176 "setsockopt(%d, TCP_KEEPCNT) failed (ignored).\n",
181 "sockopt TCP_KEEPCNT not supported on this system.\n" );
182 #endif /* TCP_KEEPCNT */
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dtcp.c404 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)))
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c156 #ifdef TCP_KEEPCNT
157 if ( setsockopt( s, IPPROTO_TCP, TCP_KEEPCNT,
163 "setsockopt(%d, TCP_KEEPCNT) failed (ignored).\n",
168 "sockopt TCP_KEEPCNT not supported on this system.\n" );
169 #endif /* TCP_KEEPCNT */
/netbsd-current/usr.bin/kdump/
H A Dkdump.c671 CASERETURN(TCP_KEEPCNT);

Completed in 215 milliseconds