Searched refs:TCP_KEEPIDLE (Results 1 – 20 of 20) sorted by relevance
/third_party/curl/docs/cmdline-opts/ |
D | keepalive-time.d | 9 currently effective on operating systems offering the TCP_KEEPIDLE and
|
/third_party/libwebsockets/lib/plat/unix/ |
D | private-lib-plat-unix.h | 140 # define TCP_KEEPIDLE TCPCTL_KEEPIDLE macro
|
D | unix-sockets.c | 145 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 387 #ifdef TCP_KEEPIDLE in uv__tcp_keepalive() 391 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &delay, sizeof(delay))) in uv__tcp_keepalive()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 9 #define TCP_KEEPIDLE 4 macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 118 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 281 #define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for … macro
|
/third_party/curl/lib/ |
D | connect.c | 133 #ifdef TCP_KEEPIDLE in tcpkeepalive() 136 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPIDLE, in tcpkeepalive()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b2.rst | 238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
D | 3.8.0a1.rst | 5811 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
/third_party/lwip/src/api/ |
D | sockets.c | 3172 case TCP_KEEPIDLE: in lwip_getsockopt_impl() 3649 case TCP_KEEPIDLE: in lwip_setsockopt_impl()
|
/third_party/python/Modules/ |
D | socketmodule.c | 8156 #ifdef TCP_KEEPIDLE 8157 PyModule_AddIntMacro(m, TCP_KEEPIDLE);
|
/third_party/python/Doc/library/ |
D | socket.rst | 383 On Windows, ``TCP_KEEPIDLE``, ``TCP_KEEPINTVL`` appear if run-time Windows 389 way that ``TCP_KEEPIDLE`` is used on Linux.
|
/third_party/node/doc/api/ |
D | net.md | 1024 * `TCP_KEEPIDLE=initialDelay`
|
/third_party/lwip/ |
D | CHANGELOG | 3244 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.
|