Home
last modified time | relevance | path

Searched refs:uv__udp_check_before_send (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/
H A Duv-common.c457 int uv__udp_check_before_send(uv_udp_t* handle, const struct sockaddr* addr) { in uv__udp_check_before_send() function
496 addrlen = uv__udp_check_before_send(handle, addr); in uv_udp_send()
510 addrlen = uv__udp_check_before_send(handle, addr); in uv_udp_try_send()
/third_party/node/deps/uv/src/
H A Duv-common.c423 int uv__udp_check_before_send(uv_udp_t* handle, const struct sockaddr* addr) { in uv__udp_check_before_send() function
462 addrlen = uv__udp_check_before_send(handle, addr); in uv_udp_send()
476 addrlen = uv__udp_check_before_send(handle, addr); in uv_udp_try_send()

Completed in 4 milliseconds