Searched refs:uv_udp_open (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-udp-open.c153 r = uv_udp_open(&client, sock);
175 r = uv_udp_open(&client2, sock);
208 r = uv_udp_open(&client, sock1);
211 r = uv_udp_open(&client, sock2);
239 r = uv_udp_open(&client, sock);
271 r = uv_udp_open(&client, sock);
330 r = uv_udp_open(&handle, fd);
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Duv_wrap.h106 return (uv_udp_open(handle, sock));
281 #define uv_udp_open(...) __wrap_uv_udp_open(__VA_ARGS__) macro
H A Dnetmgr_test.c637 WILL_RETURN(uv_udp_open, UV_ENOMEM);
676 WILL_RETURN(uv_udp_open, UV_ENOMEM);
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dudp.c281 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
458 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
880 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dudp.c253 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
685 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dudp.c950 int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) { function
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dstream.c590 err = uv_udp_open((uv_udp_t*) client, server->accepted_fd);
H A Dudp.c1074 int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) { function
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h684 UV_EXTERN int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock);

Completed in 194 milliseconds