Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-udp-mmsg.c79 if (flags & UV_UDP_MMSG_FREE) { in recv_cb()
/third_party/libuv/docs/src/
Dudp.rst55 UV_UDP_MMSG_FREE = 16,
98 allocated data with the `UV_UDP_MMSG_CHUNK` flag cleared and the `UV_UDP_MMSG_FREE`
102 .. versionchanged:: 1.40.0 added the `UV_UDP_MMSG_FREE` flag.
/third_party/libuv/src/unix/
Dudp.c240 handle->recv_cb(handle, 0, buf, NULL, UV_UDP_MMSG_FREE); in uv__udp_recvmmsg()
/third_party/libuv/include/
Duv.h636 UV_UDP_MMSG_FREE = 16, enumerator
/third_party/libuv/
DChangeLog450 * udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)
454 * doc: correct UV_UDP_MMSG_FREE version added (cjihrig)