Searched refs:TCP_KEEPCNT (Results 1 – 18 of 18) sorted by relevance
/third_party/libwebsockets/lib/plat/unix/ |
D | private-lib-plat-unix.h | 141 # define TCP_KEEPCNT TCPCTL_KEEPCNT macro
|
D | unix-sockets.c | 155 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | tcp.h | 11 #define TCP_KEEPCNT 6 macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 128 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, in lws_plat_set_socket_options()
|
/third_party/libuv/src/unix/ |
D | tcp.c | 395 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, &cnt, sizeof(cnt))) in uv__tcp_keepalive()
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 283 #define TCP_KEEPCNT 0x05 /* set pcb->keep_cnt - Use number of probes sent for get/setsockop… macro
|
/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.6.5rc1.rst | 316 socket: Remove TCP_FASTOPEN, TCP_KEEPCNT flags on older version Windows
|
D | 3.8.0a1.rst | 5811 socket: Remove TCP_FASTOPEN,TCP_KEEPCNT,TCP_KEEPIDLE,TCP_KEEPINTVL flags on
|
/third_party/node/doc/api/ |
D | net.md | 1007 description: New defaults for `TCP_KEEPCNT` and `TCP_KEEPINTVL` socket options were added. 1025 * `TCP_KEEPCNT=10`
|
/third_party/lwip/src/api/ |
D | sockets.c | 3182 case TCP_KEEPCNT: in lwip_getsockopt_impl() 3659 case TCP_KEEPCNT: in lwip_setsockopt_impl()
|
/third_party/python/Modules/ |
D | socketmodule.c | 8166 #ifdef TCP_KEEPCNT 8167 PyModule_AddIntMacro(m, TCP_KEEPCNT);
|
/third_party/python/Doc/library/ |
D | socket.rst | 377 On Windows, ``TCP_FASTOPEN``, ``TCP_KEEPCNT`` appear if run-time Windows
|