Home
last modified time | relevance | path

Searched refs:UV_UDP_RECVMMSG (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-udp-mmsg.c116 AF_UNSPEC | UV_UDP_RECVMMSG)); in TEST_IMPL()
H A Dtest-udp-options.c140 ASSERT_OK(uv_udp_init_ex(loop, &h2, AF_INET | UV_UDP_RECVMMSG)); in TEST_IMPL()
/libuv/docs/src/
H A Dudp.rst67 UV_UDP_RECVMMSG = 256
156 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will
160 .. versionchanged:: 1.37.0 added the `UV_UDP_RECVMMSG` flag.
426 it must be explicitly requested by passing the `UV_UDP_RECVMMSG` flag to
434 Returns 1 if the UDP handle was created with the `UV_UDP_RECVMMSG` flag
/libuv/src/
H A Duv-common.c357 if (extra_flags & ~UV_UDP_RECVMMSG) in uv_udp_init_ex()
363 if (extra_flags & UV_UDP_RECVMMSG) in uv_udp_init_ex()
/libuv/include/
H A Duv.h677 UV_UDP_RECVMMSG = 256 enumerator
/libuv/
H A DChangeLog1306 * win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG (Ben Noordhuis)

Completed in 42 milliseconds