Home
last modified time | relevance | path

Searched refs:TCP_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance

/third_party/libuv/src/win/
Dwinsock.h41 #ifndef TCP_KEEPALIVE
42 # define TCP_KEEPALIVE 3 macro
Dtcp.c71 TCP_KEEPALIVE, in uv__tcp_keepalive()
/third_party/libuv/src/unix/
Dtcp.c404 #if defined(TCP_KEEPALIVE) && !defined(__sun) in uv__tcp_keepalive()
405 if (on && setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &delay, sizeof(delay))) in uv__tcp_keepalive()
/third_party/lwip/src/include/lwip/
Dsockets.h280 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ macro
/third_party/curl/lib/
Dconnect.c149 #ifdef TCP_KEEPALIVE in tcpkeepalive()
153 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE, in tcpkeepalive()
/third_party/lwip/src/api/
Dsockets.c3159 case TCP_KEEPALIVE: in lwip_getsockopt_impl()
3636 case TCP_KEEPALIVE: in lwip_setsockopt_impl()
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md1119 * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)