/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() 491 * The time between each consequent probes is set by TCP_KEEPINTVL in seconds. 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() 511 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive() 545 #ifdef TCP_KEEPINTVL in uv__tcp_keepalive() 547 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 139 # define TCP_KEEPINTVL TCPCTL_KEEPINTVL macro
|
H A D | unix-sockets.c | 156 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, in lws_plat_set_socket_options()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 33 pub const TCP_KEEPINTVL: ::c_int = 36; consts
|
H A D | solaris.rs | 60 pub const TCP_KEEPINTVL: ::c_int = 0x1e; consts
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 123 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, in lws_plat_set_socket_options()
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 10 #define TCP_KEEPINTVL 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 10 #define TCP_KEEPINTVL 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 10 #define TCP_KEEPINTVL 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 10 #define TCP_KEEPINTVL 5 macro
|
/third_party/musl/include/netinet/ |
H A D | tcp.h | 10 #define TCP_KEEPINTVL 5 macro
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 402 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 282 #define TCP_KEEPINTVL 0x04 /* set pcb->keep_intvl - Use seconds for get/setsockopt */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 526 pub const TCP_KEEPINTVL: ::c_int = 512; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 578 libc::TCP_KEEPINTVL,
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 208 #ifdef TCP_KEEPINTVL in tcpkeepalive() 211 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPINTVL, in tcpkeepalive() 213 infof(data, "Failed to set TCP_KEEPINTVL on fd " in tcpkeepalive()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 935 pub const TCP_KEEPINTVL: ::c_int = 0x04; consts
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3181 case TCP_KEEPINTVL: 3183 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) = %d\n", 3661 case TCP_KEEPINTVL: 3663 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPINTVL) -> %"U32_F"\n",
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 990 pub const TCP_KEEPINTVL: ::c_int = 512; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 852 pub const TCP_KEEPINTVL: ::c_int = 5; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 979 pub const TCP_KEEPINTVL: ::c_int = 5; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 326 {16299, "TCP_KEEPINTVL"}, 8318 #ifdef TCP_KEEPINTVL 8319 PyModule_AddIntMacro(m, TCP_KEEPINTVL);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1465 pub const TCP_KEEPINTVL: ::c_int = 5; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1625 pub const TCP_KEEPINTVL: u32 = 5; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1804 pub const TCP_KEEPINTVL: ::c_int = 5; consts
|