Home
last modified time | relevance | path

Searched refs:TCP_KEEPIDLE (Results 1 - 25 of 39) sorted by relevance

12

/third_party/libuv/src/unix/
H A Dtcp.c482 * 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 Dprivate-lib-plat-unix.h140 # define TCP_KEEPIDLE TCPCTL_KEEPIDLE macro
H A Dunix-sockets.c151 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs31 pub const TCP_KEEPIDLE: ::c_int = 34; consts
H A Dsolaris.rs59 pub const TCP_KEEPIDLE: ::c_int = 0x1d; consts
/third_party/node/deps/uv/src/unix/
H A Dtcp.c396 #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 Dfreertos-sockets.c118 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/include/netinet/
H A Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h281 #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 Dmod.rs525 pub const TCP_KEEPIDLE: ::c_int = 256; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs534 libc::TCP_KEEPIDLE,
/third_party/curl/lib/
H A Dcf-socket.c188 #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 Dmod.rs934 pub const TCP_KEEPIDLE: ::c_int = 0x03; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs510 pub const TCP_KEEPIDLE: ::c_int = 1; consts
/third_party/lwip/src/api/
H A Dsockets.c3176 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 Dmod.rs989 pub const TCP_KEEPIDLE: ::c_int = 256; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs851 pub const TCP_KEEPIDLE: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs978 pub const TCP_KEEPIDLE: ::c_int = 4; consts
/third_party/python/Modules/
H A Dsocketmodule.c325 {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 Dmod.rs1464 pub const TCP_KEEPIDLE: ::c_int = 3; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1624 pub const TCP_KEEPIDLE: u32 = 4; consts

Completed in 73 milliseconds

12