Home
last modified time | relevance | path

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

12

/third_party/libuv/src/unix/
H A Dtcp.c490 * - 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 Dprivate-lib-plat-unix.h139 # define TCP_KEEPINTVL TCPCTL_KEEPINTVL macro
H A Dunix-sockets.c156 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, in lws_plat_set_socket_options()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs33 pub const TCP_KEEPINTVL: ::c_int = 36; consts
H A Dsolaris.rs60 pub const TCP_KEEPINTVL: ::c_int = 0x1e; consts
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c123 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, in lws_plat_set_socket_options()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h10 #define TCP_KEEPINTVL 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h10 #define TCP_KEEPINTVL 5 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h10 #define TCP_KEEPINTVL 5 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h10 #define TCP_KEEPINTVL 5 macro
/third_party/musl/include/netinet/
H A Dtcp.h10 #define TCP_KEEPINTVL 5 macro
/third_party/node/deps/uv/src/unix/
H A Dtcp.c402 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()
/third_party/lwip/src/include/lwip/
H A Dsockets.h282 #define TCP_KEEPINTVL 0x04 /* set pcb->keep_intvl - Use seconds for get/setsockopt */ macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs526 pub const TCP_KEEPINTVL: ::c_int = 512; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs578 libc::TCP_KEEPINTVL,
/third_party/curl/lib/
H A Dcf-socket.c208 #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 Dmod.rs935 pub const TCP_KEEPINTVL: ::c_int = 0x04; consts
/third_party/lwip/src/api/
H A Dsockets.c3181 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 Dmod.rs990 pub const TCP_KEEPINTVL: ::c_int = 512; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs852 pub const TCP_KEEPINTVL: ::c_int = 5; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs979 pub const TCP_KEEPINTVL: ::c_int = 5; consts
/third_party/python/Modules/
H A Dsocketmodule.c326 {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 Dmod.rs1465 pub const TCP_KEEPINTVL: ::c_int = 5; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1625 pub const TCP_KEEPINTVL: u32 = 5; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1804 pub const TCP_KEEPINTVL: ::c_int = 5; consts

Completed in 75 milliseconds

12