Home
last modified time | relevance | path

Searched refs:TCP_KEEPCNT (Results 1 - 25 of 38) 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()
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 Dprivate-lib-plat-unix.h141 # define TCP_KEEPCNT TCPCTL_KEEPCNT macro
H A Dunix-sockets.c161 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dillumos.rs32 pub const TCP_KEEPCNT: ::c_int = 35; consts
H A Dsolaris.rs61 pub const TCP_KEEPCNT: ::c_int = 0x1f; consts
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c128 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/include/netinet/
H A Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/node/deps/uv/src/unix/
H A Dtcp.c404 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive()
/third_party/lwip/src/include/lwip/
H A Dsockets.h283 #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 Dmod.rs527 pub const TCP_KEEPCNT: ::c_int = 1024; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs557 libc::TCP_KEEPCNT,
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs936 pub const TCP_KEEPCNT: ::c_int = 0x05; consts
/third_party/lwip/src/api/
H A Dsockets.c3186 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 Dmod.rs991 pub const TCP_KEEPCNT: ::c_int = 1024; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs853 pub const TCP_KEEPCNT: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs980 pub const TCP_KEEPCNT: ::c_int = 6; consts
/third_party/python/Modules/
H A Dsocketmodule.c328 {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 Dmod.rs1466 pub const TCP_KEEPCNT: ::c_int = 6; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1626 pub const TCP_KEEPCNT: u32 = 6; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1805 pub const TCP_KEEPCNT: ::c_int = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1626 pub const TCP_KEEPCNT: u32 = 6; consts

Completed in 91 milliseconds

12