Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-udp-reuseport.c83 static unsigned int received; variable
110 if (received == MAX_UDP_DATAGRAMS) { in ticktack()
152 received++; in on_recv()
269 ASSERT_EQ(received, MAX_UDP_DATAGRAMS); in TEST_IMPL()
/libuv/docs/src/
H A Dsignal.rst33 are never received. These signals are: `SIGILL`, `SIGABRT`, `SIGFPE`, `SIGSEGV`,
95 the signal is received.
H A Dudp.rst48 * Indicates that the message was received by recvmmsg, so the buffer provided
95 * `nread`: Number of bytes that have been received.
97 empty datagram was received (in this case `addr` is not NULL). < 0 if
99 chunks will be received and the buffer can be freed safely.
100 * `buf`: :c:type:`uv_buf_t` with the received data.
121 received.
440 :param recv_cb: Callback to invoke with received data.
445 When using :man:`recvmmsg(2)`, the number of messages received at a time is limited
H A Dstream.rst73 Callback called when a stream server has received an incoming connection.
118 incoming connection is received the :c:type:`uv_connection_cb` callback is
H A Dfs_event.rst17 - Events for file modification (writing to a file) are not received if only the
H A Dmisc.rst138 uint64_t ru_msgrcv; /* IPC messages received (X) */
139 uint64_t ru_nsignals; /* signals received (X) */
/libuv/m4/
H A Dlibuv-check-flags.m416 dnl You should have received a copy of the GNU General Public License
H A Dax_pthread.m469 # You should have received a copy of the GNU General Public License along
/libuv/docs/src/guide/
H A Dnetworking.rst142 not NULL, it indicates that an empty datagram was received from the host at
/libuv/
H A DChangeLog5234 * unix: set close-on-exec flag on received fds (Ben Noordhuis)

Completed in 39 milliseconds