Home
last modified time | relevance | path

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

/third_party/curl/docs/cmdline-opts/
Dkeepalive-time.d9 currently effective on operating systems offering the TCP_KEEPIDLE and
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h140 # define TCP_KEEPIDLE TCPCTL_KEEPIDLE macro
Dunix-sockets.c145 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
/third_party/libuv/src/unix/
Dtcp.c387 #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/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/include/netinet/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/musl/ndk_musl_include/netinet/
Dtcp.h9 #define TCP_KEEPIDLE 4 macro
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c118 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, in lws_plat_set_socket_options()
/third_party/lwip/src/include/lwip/
Dsockets.h281 #define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for … macro
/third_party/curl/lib/
Dconnect.c133 #ifdef TCP_KEEPIDLE in tcpkeepalive()
136 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPIDLE, in tcpkeepalive()
/third_party/python/Misc/NEWS.d/
D3.7.0b2.rst238 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
D3.8.0a1.rst5811 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
/third_party/lwip/src/api/
Dsockets.c3172 case TCP_KEEPIDLE: in lwip_getsockopt_impl()
3649 case TCP_KEEPIDLE: in lwip_setsockopt_impl()
/third_party/python/Modules/
Dsocketmodule.c8156 #ifdef TCP_KEEPIDLE
8157 PyModule_AddIntMacro(m, TCP_KEEPIDLE);
/third_party/python/Doc/library/
Dsocket.rst383 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/
Dnet.md1024 * `TCP_KEEPIDLE=initialDelay`
/third_party/lwip/
DCHANGELOG3244 that TCP_KEEPIDLE and TCP_KEEPINTVL have to be set in seconds.