Searched refs:uv_tcp_keepalive (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-tcp-flags.c42 r = uv_tcp_keepalive(&handle, 1, 60);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dtcp.c440 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dtcp.c1358 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h571 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,

Completed in 101 milliseconds