Home
last modified time | relevance | path

Searched refs:TCP_KEEPCNT (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Dsock_tcp_options.h41 #if defined(TCP_KEEPCNT) || (defined(HAVE_DECL_TCP_KEEPCNT) && HAVE_DECL_TCP_KEEPCNT)
43 static_assert((TCP_KEEPCNT) == (6), "TCP_KEEPCNT != 6");
46 # define TCP_KEEPCNT 6
274 [TCP_KEEPCNT] = XLAT(TCP_KEEPCNT),
Dsock_tcp_options.in7 TCP_KEEPCNT 6
/external/iproute2/include/netinet/
Dtcp.h45 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/iproute2/include/uapi/linux/
Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h97 #define TCP_KEEPCNT 6 /* Number of keepalives before death */ macro
/external/libiio/src/iiod/
Diiod.c312 setsockopt(new, IPPROTO_TCP, TCP_KEEPCNT, &keepalive_probes, in main_server()
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs501 pub const TCP_KEEPCNT: ::c_int = 1024; constant
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
D3.6.5rc1.rst316 socket: Remove TCP_FASTOPEN, TCP_KEEPCNT flags on older version Windows
D3.8.0a1.rst5811 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs946 pub const TCP_KEEPCNT: ::c_int = 0x05; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs740 pub const TCP_KEEPCNT: ::c_int = 1024; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs855 pub const TCP_KEEPCNT: ::c_int = 6; constant
/external/python/cpython2/Modules/
Dsocketmodule.c5361 #ifdef TCP_KEEPCNT
5362 PyModule_AddIntConstant(m, "TCP_KEEPCNT", TCP_KEEPCNT);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs929 pub const TCP_KEEPCNT: ::c_int = 6; constant
/external/rust/crates/libc/src/vxworks/
Dmod.rs823 pub const TCP_KEEPCNT: ::c_int = 6; constant
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs891 pub const TCP_KEEPCNT: ::c_int = 6; constant
/external/python/cpython3/Modules/
Dsocketmodule.c8062 #ifdef TCP_KEEPCNT
8063 PyModule_AddIntMacro(m, TCP_KEEPCNT);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1788 pub const TCP_KEEPCNT: ::c_int = 6; constant
/external/python/cpython3/Doc/library/
Dsocket.rst347 On Windows, ``TCP_FASTOPEN``, ``TCP_KEEPCNT`` appear if run-time Windows