Home
last modified time | relevance | path

Searched refs:uv__convert_to_localhost_if_unspecified (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinsock.h198 int uv__convert_to_localhost_if_unspecified(const struct sockaddr* addr,
H A Dwinsock.c547 int uv__convert_to_localhost_if_unspecified(const struct sockaddr* addr, in uv__convert_to_localhost_if_unspecified() function
H A Dudp.c1146 err = uv__convert_to_localhost_if_unspecified(addr, &converted); in uv__udp_try_send()
H A Dtcp.c798 err = uv__convert_to_localhost_if_unspecified(addr, &converted); in uv__tcp_try_connect()