/external/strace/xlat/ |
D | sock_tcp_options.h | 27 #if defined(TCP_KEEPIDLE) || (defined(HAVE_DECL_TCP_KEEPIDLE) && HAVE_DECL_TCP_KEEPIDLE) 29 static_assert((TCP_KEEPIDLE) == (4), "TCP_KEEPIDLE != 4"); 32 # define TCP_KEEPIDLE 4 272 [TCP_KEEPIDLE] = XLAT(TCP_KEEPIDLE),
|
D | sock_tcp_options.in | 5 TCP_KEEPIDLE 4
|
/external/rust/crates/libc/src/unix/solarish/ |
D | illumos.rs | 25 pub const TCP_KEEPIDLE: ::c_int = 34; constant
|
D | solaris.rs | 35 pub const TCP_KEEPIDLE: ::c_int = 0x1d; constant
|
/external/curl/docs/cmdline-opts/ |
D | keepalive-time.d | 9 currently effective on operating systems offering the TCP_KEEPIDLE and
|
/external/libwebsockets/lib/plat/unix/ |
D | private-lib-plat-unix.h | 131 # define TCP_KEEPIDLE TCPCTL_KEEPIDLE macro
|
D | unix-sockets.c | 133 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 43 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
|
/external/iproute2/include/uapi/linux/ |
D | tcp.h | 95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
|
/external/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 110 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 95 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */ macro
|
/external/libiio/src/iiod/ |
D | iiod.c | 314 setsockopt(new, IPPROTO_TCP, TCP_KEEPIDLE, &keepalive_time, in main_server()
|
/external/rust/crates/mio/src/sys/unix/ |
D | tcp.rs | 23 use libc::TCP_KEEPIDLE as KEEPALIVE_TIME;
|
/external/curl/lib/ |
D | connect.c | 133 #ifdef TCP_KEEPIDLE in tcpkeepalive() 136 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPIDLE, in tcpkeepalive()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 499 pub const TCP_KEEPIDLE: ::c_int = 256; constant
|
/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 254 sockopt_impl!(Both, TcpKeepIdle, libc::IPPROTO_TCP, libc::TCP_KEEPIDLE, u32);
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 934 pub const TCP_KEEPIDLE: ::c_int = 0x03; constant
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 471 pub const TCP_KEEPIDLE: ::c_int = 1; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 926 pub const TCP_KEEPIDLE: ::c_int = 256; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 950 pub const TCP_KEEPIDLE: ::c_int = 4; constant
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5355 #ifdef TCP_KEEPIDLE 5356 PyModule_AddIntConstant(m, "TCP_KEEPIDLE", TCP_KEEPIDLE);
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 844 pub const TCP_KEEPIDLE: ::c_int = 4; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1034 pub const TCP_KEEPIDLE: ::c_int = 3; constant
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 8194 #ifdef TCP_KEEPIDLE 8195 PyModule_AddIntMacro(m, TCP_KEEPIDLE);
|