Searched refs:TCP_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance
41 #ifndef TCP_KEEPALIVE42 # define TCP_KEEPALIVE 3 macro
71 TCP_KEEPALIVE, in uv__tcp_keepalive()
404 #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()
280 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ macro
149 #ifdef TCP_KEEPALIVE in tcpkeepalive()153 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE, in tcpkeepalive()
3159 case TCP_KEEPALIVE: in lwip_getsockopt_impl()3636 case TCP_KEEPALIVE: in lwip_setsockopt_impl()
1119 * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)