/third_party/libuv/src/unix/ |
H A D | tcp.c | 490 * - The second implementation is activated if socket option TCP_KEEPINTVL and/or TCP_KEEPCNT are set. in uv__tcp_keepalive() 493 * The TCP connection will be aborted after certain amount of probes, which is set by TCP_KEEPCNT, without receiving response. in uv__tcp_keepalive() 504 /* `TCP_KEEPIDLE`, `TCP_KEEPINTVL`, and `TCP_KEEPCNT` were not available on Solaris in uv__tcp_keepalive() 506 #if defined(TCP_KEEPIDLE) && defined(TCP_KEEPINTVL) && defined(TCP_KEEPCNT) in uv__tcp_keepalive() 515 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive() 551 #ifdef TCP_KEEPCNT in uv__tcp_keepalive() 553 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 141 # define TCP_KEEPCNT TCPCTL_KEEPCNT macro
|
H A D | unix-sockets.c | 161 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 32 pub const TCP_KEEPCNT: ::c_int = 35; consts
|
H A D | solaris.rs | 61 pub const TCP_KEEPCNT: ::c_int = 0x1f; consts
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 128 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/include/netinet/ |
H A D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 404 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 283 #define TCP_KEEPCNT 0x05 /* set pcb->keep_cnt - Use number of probes sent for get/setsockopt */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 527 pub const TCP_KEEPCNT: ::c_int = 1024; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 557 libc::TCP_KEEPCNT,
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 936 pub const TCP_KEEPCNT: ::c_int = 0x05; consts
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3186 case TCP_KEEPCNT: 3188 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) = %d\n", 3666 case TCP_KEEPCNT: 3668 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPCNT) -> %"U32_F"\n",
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 991 pub const TCP_KEEPCNT: ::c_int = 1024; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 853 pub const TCP_KEEPCNT: ::c_int = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 980 pub const TCP_KEEPCNT: ::c_int = 6; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 328 {15063, "TCP_KEEPCNT"}, 8321 #ifdef TCP_KEEPCNT 8322 PyModule_AddIntMacro(m, TCP_KEEPCNT);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1466 pub const TCP_KEEPCNT: ::c_int = 6; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1626 pub const TCP_KEEPCNT: u32 = 6; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1805 pub const TCP_KEEPCNT: ::c_int = 6; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1626 pub const TCP_KEEPCNT: u32 = 6; consts
|