Home
last modified time | relevance | path

Searched refs:UV_UDP_MMSG_CHUNK (Results 1 – 5 of 5) sorted by relevance

/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()
/libuv/docs/src/
H A Dudp.rst51 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`
/libuv/src/unix/
H A Dudp.c197 flags = UV_UDP_MMSG_CHUNK; in uv__udp_recvmmsg()
/libuv/include/
H A Duv.h676 UV_UDP_MMSG_CHUNK = 8, enumerator

Completed in 15 milliseconds