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

/netbsd-current/external/mit/libuv/dist/src/
H A Duv-common.h163 int uv__udp_bind(uv_udp_t* handle,
H A Duv-common.c357 return uv__udp_bind(handle, addr, addrlen, flags);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dudp.c532 int uv__udp_bind(uv_udp_t* handle, function
632 return uv__udp_bind(handle, &taddr.addr, addrlen, flags);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dudp.c1041 int uv__udp_bind(uv_udp_t* handle,

Completed in 79 milliseconds