Searched refs:UV_UDP_MMSG_CHUNK (Results 1 – 5 of 5) sorted by relevance
103 if (rcvbuf && !(flags & UV_UDP_MMSG_CHUNK)) in recv_cb()
114 if (buf && !(flags & UV_UDP_MMSG_CHUNK)) in pinger_read_cb()
51 UV_UDP_MMSG_CHUNK = 8,109 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,112 allocated data with the `UV_UDP_MMSG_CHUNK` flag cleared and the `UV_UDP_MMSG_FREE`
197 flags = UV_UDP_MMSG_CHUNK; in uv__udp_recvmmsg()
676 UV_UDP_MMSG_CHUNK = 8, enumerator
Completed in 15 milliseconds