Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 10 of 10) sorted by relevance

/libuv/docs/src/
H A Derrors.rst92 resolved protocol is unknown
224 protocol not available
268 protocol error
272 protocol not supported
276 protocol wrong type for socket
344 protocol driver not attached
H A Dtcp.rst135 .. c:function:: int uv_socketpair(int type, int protocol, uv_os_sock_t socket_vector[2], int flags0…
/libuv/src/unix/
H A Dtcp.c610 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
620 if (socketpair(AF_UNIX, flags, protocol, temp)) in uv_socketpair()
629 if (socketpair(AF_UNIX, type, protocol, temp)) in uv_socketpair()
H A Dcore.c494 int uv__socket(int domain, int type, int protocol) { in uv__socket() argument
499 sockfd = socket(domain, type | SOCK_NONBLOCK | SOCK_CLOEXEC, protocol); in uv__socket()
507 sockfd = socket(domain, type, protocol); in uv__socket()
H A Dinternal.h245 int uv__socket(int domain, int type, int protocol);
/libuv/
H A DLINKS.md3 …ithub.com/BeamMW/beam): A scalable, confidential cryptocurrency based on the Mimblewimble protocol.
11 …-For-IoT](https://github.com/intel/dps-for-iot/wiki): Fully distributed publish/subscribe protocol.
H A DChangeLog2317 * win,pipe: restore compatibility with the old IPC framing protocol (Bert
/libuv/src/win/
H A Dtcp.c1561 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
1581 server = WSASocketW(AF_INET, type, protocol, NULL, 0, in uv_socketpair()
1597 client0 = WSASocketW(AF_INET, type, protocol, NULL, 0, client0_flags); in uv_socketpair()
1604 client1 = WSASocketW(AF_INET, type, protocol, NULL, 0, client1_flags); in uv_socketpair()
/libuv/docs/src/guide/
H A Dnetworking.rst21 TCP is a connection oriented, stream protocol and is therefore based on the
/libuv/include/
H A Duv.h513 int protocol,

Completed in 81 milliseconds