Searched refs:TCP_KEEPALIVE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/win/
H A Dwinsock.h41 #ifndef TCP_KEEPALIVE
42 # define TCP_KEEPALIVE 3 macro
H A Dtcp.c71 TCP_KEEPALIVE,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dtcp.c413 #if defined(TCP_KEEPALIVE) && !defined(__sun)
414 if (on && setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &delay, sizeof(delay)))

Completed in 77 milliseconds