Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-udp-mmsg.c79 if (flags & UV_UDP_MMSG_FREE) { in recv_cb()
/libuv/docs/src/
H A Dudp.rst57 UV_UDP_MMSG_FREE = 16,
112 allocated data with the `UV_UDP_MMSG_CHUNK` flag cleared and the `UV_UDP_MMSG_FREE`
116 .. versionchanged:: 1.40.0 added the `UV_UDP_MMSG_FREE` flag.
/libuv/src/unix/
H A Dudp.c211 handle->recv_cb(handle, 0, buf, NULL, UV_UDP_MMSG_FREE); in uv__udp_recvmmsg()
/libuv/include/
H A Duv.h682 UV_UDP_MMSG_FREE = 16, enumerator
/libuv/
H A DChangeLog1381 * udp: add UV_UDP_MMSG_FREE recv_cb flag (Ryan Liptak)
1385 * doc: correct UV_UDP_MMSG_FREE version added (cjihrig)

Completed in 26 milliseconds