HomeSort by: relevance | last modified time | path
    Searched refs:TCP_KEEPCNT (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
tcp.d 56 TCP_KEEPCNT = 6, /// Number of keepalives before death
  /src/sys/netinet/
tcp.h 133 #define TCP_KEEPCNT 6
tcp_usrreq.c 358 case TCP_KEEPCNT:
413 case TCP_KEEPCNT:
2049 sysctl_tcp_keep, 0, &tcp_keepcnt, 0,
  /src/external/mit/libuv/dist/src/unix/
tcp.c 504 * - The second implementation is activated if socket option TCP_KEEPINTVL and/or TCP_KEEPCNT are set.
507 * The TCP connection will be aborted after certain amount of probes, which is set by TCP_KEEPCNT, without receiving response.
520 /* `TCP_KEEPIDLE`, `TCP_KEEPINTVL`, and `TCP_KEEPCNT` were not available on Solaris
522 #if defined(TCP_KEEPIDLE) && defined(TCP_KEEPINTVL) && defined(TCP_KEEPCNT)
531 cnt = 1; /* 1 retry, ensure (TCP_KEEPINTVL * TCP_KEEPCNT) is 10 seconds */
532 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)))
569 #ifdef TCP_KEEPCNT
571 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt)))
  /src/external/bsd/openldap/dist/servers/lloadd/
backend.c 170 #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 */
  /src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c 156 #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 */
  /src/usr.bin/kdump/
kdump.c 679 CASERETURN(TCP_KEEPCNT);

Completed in 21 milliseconds