Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h141 # define TCP_KEEPCNT TCPCTL_KEEPCNT macro
Dunix-sockets.c155 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/musl/ndk_musl_include/netinet/
Dtcp.h11 #define TCP_KEEPCNT 6 macro
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c128 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
/third_party/libuv/src/unix/
Dtcp.c395 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive()
/third_party/lwip/src/include/lwip/
Dsockets.h283 #define TCP_KEEPCNT 0x05 /* set pcb->keep_cnt - Use number of probes sent for get/setsockop… macro
/third_party/python/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
/third_party/node/doc/api/
Dnet.md1007 description: New defaults for `TCP_KEEPCNT` and `TCP_KEEPINTVL` socket options were added.
1025 * `TCP_KEEPCNT=10`
/third_party/lwip/src/api/
Dsockets.c3182 case TCP_KEEPCNT: in lwip_getsockopt_impl()
3659 case TCP_KEEPCNT: in lwip_setsockopt_impl()
/third_party/python/Modules/
Dsocketmodule.c8166 #ifdef TCP_KEEPCNT
8167 PyModule_AddIntMacro(m, TCP_KEEPCNT);
/third_party/python/Doc/library/
Dsocket.rst377 On Windows, ``TCP_FASTOPEN``, ``TCP_KEEPCNT`` appear if run-time Windows