Home
last modified time | relevance | path

Searched refs:uv__tcp_bind (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.h147 int uv__tcp_bind(uv_tcp_t* tcp,
H A Duv-common.c308 return uv__tcp_bind(handle, addr, addrlen, flags); in uv_tcp_bind()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dtcp.c148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() function
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dtcp.c1555 int uv__tcp_bind(uv_tcp_t* handle, in uv__tcp_bind() function
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog107 * unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero)