Searched refs:uv__udp_bind (Results 1 - 8 of 8) sorted by relevance
/third_party/libuv/src/ |
H A D | uv-common.h | 167 int uv__udp_bind(uv_udp_t* handle,
|
H A D | uv-common.c | 391 return uv__udp_bind(handle, addr, addrlen, flags); in uv_udp_bind()
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.h | 163 int uv__udp_bind(uv_udp_t* handle,
|
H A D | uv-common.c | 357 return uv__udp_bind(handle, addr, addrlen, flags); in uv_udp_bind()
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 486 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind() function 586 return uv__udp_bind(handle, &taddr.addr, addrlen, flags); in uv__udp_maybe_deferred_bind()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind() function 632 return uv__udp_bind(handle, &taddr.addr, addrlen, flags); in uv__udp_maybe_deferred_bind()
|
/third_party/libuv/src/win/ |
H A D | udp.c | 996 int uv__udp_bind(uv_udp_t* handle, in SOCKOPT_SETTER()
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 1041 int uv__udp_bind(uv_udp_t* handle, in SOCKOPT_SETTER()
|
Completed in 17 milliseconds