Home
last modified time | relevance | path

Searched refs:UV_HANDLE_UDP_RECVMMSG (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/
Duv-common.h116 UV_HANDLE_UDP_RECVMMSG = 0x04000000, enumerator
Duv-common.c329 handle->flags |= UV_HANDLE_UDP_RECVMMSG; in uv_udp_init_ex()
/third_party/libuv/src/unix/
Dudp.c1056 if (handle->flags & UV_HANDLE_UDP_RECVMMSG) { in uv_udp_using_recvmmsg()