Home
last modified time | relevance | path

Searched refs:family (Results 1 – 5 of 5) sorted by relevance

/libuv/src/win/
H A Dtcp.c82 int family, in uv__tcp_set_socket() argument
113 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() local
405 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() local
657 family = AF_INET6; in uv__tcp_accept()
659 family = AF_INET; in uv__tcp_accept()
[all …]
H A Dudp.c59 int family) { in uv__udp_set_socket() argument
113 if (family == AF_INET6) { in uv__udp_set_socket()
/libuv/docs/src/
H A Derrors.rst40 address family not supported
48 address family not supported
/libuv/
H A DLINKS.md7 * [CMake](https://cmake.org) open-source, cross-platform family of tools designed to build, test an…
/libuv/docs/src/guide/
H A Dthreads.rst281 requests. For the filesystem family of functions, ``uv_fs_t.errorno`` will be

Completed in 22 milliseconds