Searched refs:uv__tcp_bind (Results 1 – 5 of 5) sorted by relevance
147 int uv__tcp_bind(uv_tcp_t* tcp,
308 return uv__tcp_bind(handle, addr, addrlen, flags); in uv_tcp_bind()
148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() function
1555 int uv__tcp_bind(uv_tcp_t* handle, in uv__tcp_bind() function
107 * unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero)