HomeSort by: relevance | last modified time | path
    Searched refs:UV_UDP_MMSG_CHUNK (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/test/
benchmark-ping-udp.c 114 if (buf && !(flags & UV_UDP_MMSG_CHUNK))
test-udp-mmsg.c 104 if (rcvbuf && !(flags & UV_UDP_MMSG_CHUNK))
  /src/external/mpl/bind/dist/lib/isc/netmgr/
udp.c 493 * pointing at the initially allocated data with the UV_UDP_MMSG_CHUNK
598 * When using recvmmsg(2), chunks will have the UV_UDP_MMSG_CHUNK flag
601 if ((flags & UV_UDP_MMSG_CHUNK) == UV_UDP_MMSG_CHUNK) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
udp.c 392 * pointing at the initially allocated data with the UV_UDP_MMSG_CHUNK
464 * When using recvmmsg(2), chunks will have the UV_UDP_MMSG_CHUNK flag
467 if ((flags & UV_UDP_MMSG_CHUNK) == UV_UDP_MMSG_CHUNK) {
  /src/external/mit/libuv/dist/src/unix/
udp.c 201 flags = UV_UDP_MMSG_CHUNK;
  /src/external/mit/libuv/dist/include/
uv.h 677 UV_UDP_MMSG_CHUNK = 8,

Completed in 92 milliseconds