Searched refs:family (Results 1 – 5 of 5) sorted by relevance
82 int family, in uv__tcp_set_socket() argument113 if (family == AF_INET6) { in uv__tcp_set_socket()142 if (family == AF_INET6) { in uv__tcp_set_socket()398 short family; in uv__tcp_queue_accept() local405 family = AF_INET6; in uv__tcp_queue_accept()407 family = AF_INET; in uv__tcp_queue_accept()411 accept_socket = socket(family, SOCK_STREAM, 0); in uv__tcp_queue_accept()643 int family; in uv__tcp_accept() local657 family = AF_INET6; in uv__tcp_accept()659 family = AF_INET; in uv__tcp_accept()[all …]
59 int family) { in uv__udp_set_socket() argument113 if (family == AF_INET6) { in uv__udp_set_socket()
40 address family not supported48 address family not supported
7 * [CMake](https://cmake.org) open-source, cross-platform family of tools designed to build, test an…
281 requests. For the filesystem family of functions, ``uv_fs_t.errorno`` will be
Completed in 28 milliseconds