HomeSort by: relevance | last modified time | path
    Searched refs:uv_udp_open (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-udp-open.c 153 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);
  /src/external/mpl/bind/dist/tests/isc/
udp_test.c 82 WILL_RETURN(uv_udp_open, UV_ENOMEM);
125 WILL_RETURN(uv_udp_open, UV_ENOMEM);
uv_wrap.h 104 return uv_udp_open(handle, sock);
275 #define uv_udp_open(...) __wrap_uv_udp_open(__VA_ARGS__) macro
  /src/external/mpl/bind/dist/lib/isc/netmgr/
udp.c 129 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
343 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
770 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
778 * uv_udp_open() enables REUSE_ADDR, we need to disable it again.
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
udp.c 253 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
685 r = uv_udp_open(&sock->uv_handle.udp, sock->fd);
  /src/external/mit/libuv/dist/src/win/
udp.c 911 int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) { function
  /src/external/mit/libuv/dist/src/unix/
stream.c 558 err = uv_udp_open((uv_udp_t*) client, server->accepted_fd);
udp.c 901 int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) { function
  /src/external/mit/libuv/dist/include/
uv.h 743 UV_EXTERN int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock);

Completed in 25 milliseconds