Searched refs:UV_UDP_MMSG_FREE (Results 1 - 6 of 6) sorted by relevance
/third_party/libuv/test/ |
H A D | test-udp-mmsg.c | 79 if (flags & UV_UDP_MMSG_FREE) { in recv_cb()
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 204 handle->recv_cb(handle, 0, buf, NULL, UV_UDP_MMSG_FREE); in uv__udp_recvmmsg()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 240 handle->recv_cb(handle, 0, buf, NULL, UV_UDP_MMSG_FREE); in uv__udp_recvmmsg()
|
/third_party/libuv/include/ |
H A D | uv.h | 680 UV_UDP_MMSG_FREE = 16, enumerator
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 624 UV_UDP_MMSG_FREE = 16, enumerator
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 636 UV_UDP_MMSG_FREE = 16, enumerator
|
Completed in 13 milliseconds