Home
last modified time | relevance | path

Searched defs:uv__tcp_keepalive (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
Dtcp.c383 int uv__tcp_keepalive(int fd, int on, unsigned int delay) { in uv__tcp_keepalive() function
/third_party/libuv/src/win/
Dtcp.c60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() function