Searched refs:received (Results 1 – 10 of 10) sorted by relevance
83 static unsigned int received; variable110 if (received == MAX_UDP_DATAGRAMS) { in ticktack()152 received++; in on_recv()269 ASSERT_EQ(received, MAX_UDP_DATAGRAMS); in TEST_IMPL()
33 are never received. These signals are: `SIGILL`, `SIGABRT`, `SIGFPE`, `SIGSEGV`,95 the signal is received.
48 * Indicates that the message was received by recvmmsg, so the buffer provided95 * `nread`: Number of bytes that have been received.97 empty datagram was received (in this case `addr` is not NULL). < 0 if99 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
73 Callback called when a stream server has received an incoming connection.118 incoming connection is received the :c:type:`uv_connection_cb` callback is
17 - Events for file modification (writing to a file) are not received if only the
138 uint64_t ru_msgrcv; /* IPC messages received (X) */139 uint64_t ru_nsignals; /* signals received (X) */
16 dnl You should have received a copy of the GNU General Public License
69 # You should have received a copy of the GNU General Public License along
142 not NULL, it indicates that an empty datagram was received from the host at
5485 * unix: set close-on-exec flag on received fds (Ben Noordhuis)
Completed in 34 milliseconds