Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 12 of 12) sorted by relevance

/libuv/test/
H A Dtest-ipc-send-recv.c56 uv_pipe_t listen; member
297 uv_close((uv_handle_t*)&ctx2.listen, NULL); in write2_cb()
368 ASSERT_PTR_EQ(handle, (uv_stream_t*)&ctx2.listen); in listen_cb()
371 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb()
384 r = uv_pipe_init(loop, &ctx2.listen, 0); in run_ipc_send_recv_helper()
391 r = uv_pipe_bind(&ctx2.listen, TEST_PIPENAME_3); in run_ipc_send_recv_helper()
394 r = uv_listen((uv_stream_t*)&ctx2.listen, SOMAXCONN, listen_cb); in run_ipc_send_recv_helper()
H A Dtest-udp-open.c326 ASSERT_OK(listen(fd, 1)); in TEST_IMPL()
H A Dtest-poll.c533 r = listen(sock, 100);
/libuv/docs/src/guide/
H A Dnetworking.rst39 .. rubric:: tcp-echo-server/main.c - The listen socket
77 Where you do bind/listen/accept on the server, on the client side it's simply
H A Dprocesses.rst141 a handle and associate it with a loop. To listen for particular signals on
/libuv/src/unix/
H A Dpipe.c167 if (listen(uv__stream_fd(handle), backlog)) in uv__pipe_listen()
H A Dtcp.c440 if (listen(tcp->io_watcher.fd, backlog)) in uv__tcp_listen()
/libuv/src/win/
H A Dtcp.c587 listen(handle->socket, backlog) == SOCKET_ERROR) { in uv__tcp_listen()
1262 listen(handle->socket, SOMAXCONN) == SOCKET_ERROR) { in uv__tcp_xfer_export()
1598 if (listen(server, 1) != 0) in uv_socketpair()
/libuv/docs/src/
H A Dstream.rst117 connections the kernel might queue, same as :man:`listen(2)`. When a new
/libuv/
H A DMakefile.am216 test/test-multiple-listen.c \
H A DCMakeLists.txt589 test/test-multiple-listen.c
H A DChangeLog902 * tcp,pipe: fail `bind` or `listen` after `close` (theanarkh)
3663 * zos: track unbound handles and bind before listen (John Barboza)
5359 * tcp: reveal bind-time errors before listen (Alexis Campailla)

Completed in 34 milliseconds