Home
last modified time | relevance | path

Searched refs:UV_UDP_MMSG_CHUNK (Results 1 – 5 of 5) sorted by last modified time

/libuv/docs/src/
H A Dudp.rst49 UV_UDP_MMSG_CHUNK = 8,
95 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
98 allocated data with the `UV_UDP_MMSG_CHUNK` flag cleared and the `UV_UDP_MMSG_FREE`
/libuv/src/unix/
H A Dudp.c190 flags = UV_UDP_MMSG_CHUNK; in uv__udp_recvmmsg()
/libuv/include/
H A Duv.h659 UV_UDP_MMSG_CHUNK = 8, enumerator
/libuv/test/
H A Dtest-udp-mmsg.c103 if (rcvbuf && !(flags & UV_UDP_MMSG_CHUNK)) in recv_cb()
H A Dbenchmark-ping-udp.c114 if (buf && !(flags & UV_UDP_MMSG_CHUNK)) in pinger_read_cb()

Completed in 42 milliseconds