Searched refs:uv_tcp_keepalive (Results 1 – 6 of 6) sorted by relevance
42 r = uv_tcp_keepalive(&handle, 1, 60); in TEST_IMPL()
440 int uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) { in uv_tcp_keepalive() function
58 .. c:function:: int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay)
1358 int uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) { in uv_tcp_keepalive() function
571 UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
919 * unix: make uv_tcp_keepalive predictable (Manuel BACHMANN)