/third_party/libuv/src/unix/ |
H A D | tcp.c | 482 * in milliseconds or TCP_KEEPIDLE 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() 507 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &idle, sizeof(idle))) in uv__tcp_keepalive() 536 #ifdef TCP_KEEPIDLE in uv__tcp_keepalive() 537 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &delay, sizeof(delay))) in uv__tcp_keepalive() 540 /* Darwin/macOS uses TCP_KEEPALIVE in place of TCP_KEEPIDLE. */ in uv__tcp_keepalive()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | private-lib-plat-unix.h | 140 # define TCP_KEEPIDLE TCPCTL_KEEPIDLE macro
|
H A D | unix-sockets.c | 151 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | illumos.rs | 31 pub const TCP_KEEPIDLE: ::c_int = 34; consts
|
H A D | solaris.rs | 59 pub const TCP_KEEPIDLE: ::c_int = 0x1d; consts
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 396 #ifdef TCP_KEEPIDLE in uv__tcp_keepalive() 400 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &delay, sizeof(delay))) in uv__tcp_keepalive()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 118 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/include/netinet/ |
H A D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 281 #define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for get/setsockopt */ macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 525 pub const TCP_KEEPIDLE: ::c_int = 256; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 534 libc::TCP_KEEPIDLE,
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 188 #ifdef TCP_KEEPIDLE in tcpkeepalive() 191 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPIDLE, in tcpkeepalive() 193 infof(data, "Failed to set TCP_KEEPIDLE on fd " in tcpkeepalive()
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 934 pub const TCP_KEEPIDLE: ::c_int = 0x03; consts
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 510 pub const TCP_KEEPIDLE: ::c_int = 1; consts
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3176 case TCP_KEEPIDLE: 3178 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) = %d\n", 3656 case TCP_KEEPIDLE: 3658 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPIDLE) -> %"U32_F"\n",
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 989 pub const TCP_KEEPIDLE: ::c_int = 256; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 851 pub const TCP_KEEPIDLE: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 978 pub const TCP_KEEPIDLE: ::c_int = 4; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 325 {16299, "TCP_KEEPIDLE"}, 8311 #ifdef TCP_KEEPIDLE 8312 PyModule_AddIntMacro(m, TCP_KEEPIDLE); 8314 /* TCP_KEEPALIVE is OSX's TCP_KEEPIDLE equivalent */
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1464 pub const TCP_KEEPIDLE: ::c_int = 3; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1624 pub const TCP_KEEPIDLE: u32 = 4; consts
|