Home
last modified time | relevance | path

Searched refs:recvmmsg (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/external/mpl/bind/dist/doc/notes/
H A Dnotes-known-issues.rst30 related to ``recvmmsg()`` support in libuv, which was first included
33 library initialization in order for ``recvmmsg()`` support to be
35 ``recvmmsg()`` support is now enabled when BIND is compiled against
H A Dnotes-9.16.3.rst33 is related to ``recvmmsg()`` support in libuv, which was first
36 during library initialization in order for ``recvmmsg()`` support to
38 so ``recvmmsg()`` support is now enabled when BIND is compiled
H A Dnotes-9.16.26.rst25 - Previously, ``recvmmsg`` support was enabled in libuv 1.35.0 and
H A Dnotes-9.16.39.rst19 ``recvmmsg()`` system call has been tweaked several times between
/netbsd/external/mit/libuv/dist/docs/src/
H A Dudp.rst46 * Indicates that the message was received by recvmmsg, so the buffer provided
51 * Indicates that the buffer provided has been fully utilized by recvmmsg and
65 * Indicates that recvmmsg should be used, if available.
84 a transmission error was detected; if using :man:`recvmmsg(2)` no more
95 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
156 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will
408 When using :man:`recvmmsg(2)`, the number of messages received at a time is limited
412 .. versionchanged:: 1.35.0 added support for :man:`recvmmsg(2)` on supported platforms).
415 .. versionchanged:: 1.37.0 :man:`recvmmsg(2)` support is no longer enabled implicitly,
419 determine if a buffer sized for use with :man:`recvmmsg(2)` should be
[all …]
/netbsd/tests/lib/libc/sys/
H A Dt_recvmmsg.c131 cnt = recvmmsg(fd[1], mmsghdr, min(mmsgcnt, n), in ATF_TC_BODY()
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfreebsd.c281 return recvmmsg(fd, in uv__recvmmsg()
/netbsd/external/bsd/nsd/dist/
H A Dconfigure.ac696 AC_ARG_ENABLE(recvmmsg, AS_HELP_STRING([--enable-recvmmsg],[Enable recvmmsg and sendmmsg compilatio… optenable
699 AC_CHECK_FUNC([recvmmsg], [
706 int r = recvmmsg(s, 0, 0, 0, 0) == -1 && errno == ENOSYS;
711 AC_DEFINE([HAVE_RECVMMSG], [1], [Define if recvmmsg is implemented])], [
713 AC_DEFINE([HAVE_RECVMMSG], [1], [Define if recvmmsg exists])]
H A Dconfig.h.in323 /* Define if recvmmsg is implemented */
H A Dconfigure1407 --enable-recvmmsg Enable recvmmsg and sendmmsg compilation, faster but
8309 int r = recvmmsg(s, 0, 0, 0, 0) == -1 && errno == ENOSYS;
/netbsd/lib/libpthread/
H A Dpthread_cancelstub.c582 recvmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, in recvmmsg() function
777 __strong_alias(_recvmmsg, recvmmsg)
/netbsd/lib/libc/sys/
H A DMakefile.inc189 readv.S recvfrom.S recvmmsg.S recvmsg.S \
387 MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2 recv.2 recvmmsg.2
/netbsd/sys/sys/
H A Dsocket.h653 int recvmmsg(int, struct mmsghdr *, unsigned int, unsigned int,
/netbsd/sys/rump/
H A Drump.sysmap212 475 sys_recvmmsg recvmmsg rump___sysimpl_recvmmsg
/netbsd/external/bsd/nsd/dist/doc/
H A DRELNOTES261 - Remove errno reset behaviour from sendmmsg and recvmmsg
367 - If no recvmmsg, dont use msg_flags member, but errno for error,
399 - Number of different UDP handlers has been reduced to one. recvmmsg
542 - Fix #4205: enable-recvmmsg in mixed IPv4/IPv6 environment fails.
799 - #772 Document that recvmmsg has IPv6 problems on some linux kernels.
1047 - Disabled recvmmsg and sendmmsg usage by default because kernel
1108 - configure --disable-recvmmsg for compat with older Linux kernels,
1166 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
H A DChangeLog472 - Remove errno reset behaviour from sendmmsg and recvmmsg
721 - If no recvmmsg, dont use msg_flags member, but errno for error,
737 - Number of different UDP handlers has been reduced to one. recvmmsg
1056 - Fix #4205: enable-recvmmsg in mixed IPv4/IPv6 environment fails.
1541 - #772 Document that recvmmsg has IPv6 problems on some linux kernels.
2144 - Disabled recvmmsg and sendmmsg usage by default because kernel
2270 - configure --disable-recvmmsg for compat with older Linux kernels,
2356 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
/netbsd/external/gpl3/gdb/dist/gdb/
H A Daarch64-linux-tdep.c1305 UNSUPPORTED_SYSCALL_MAP (recvmmsg); in aarch64_canonicalize_syscall()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Daarch64-linux-tdep.c1305 UNSUPPORTED_SYSCALL_MAP (recvmmsg); in aarch64_canonicalize_syscall()
/netbsd/external/mit/libuv/dist/
H A DChangeLog156 * unix: ensure struct msghdr is zeroed in recvmmsg (Ondřej Surý)
158 * test: test with maximum recvmmsg buffer (Ondřej Surý)
543 * doc: clarify UDP errors and recvmmsg (Ethel Weston)
598 * linux: fix i386 sendmmsg/recvmmsg support (Ben Noordhuis)
803 * udp: add flag to enable recvmmsg(2) explicitly (Saúl Ibarra Corretgé)
824 * udp: return recvmmsg-ed datagrams in order (Saúl Ibarra Corretgé)
933 * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation (Marek Vavrusa)
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc169 PRE_SYSCALL(recvmmsg)(long fd, sanitizer_kernel_mmsghdr *msg, long vlen,
174 POST_SYSCALL(recvmmsg)(long res, long fd, sanitizer_kernel_mmsghdr *msg,
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc171 PRE_SYSCALL(recvmmsg)(long fd, sanitizer_kernel_mmsghdr *msg, long vlen,
176 POST_SYSCALL(recvmmsg)(long res, long fd, sanitizer_kernel_mmsghdr *msg,
H A Dsanitizer_syscalls_netbsd.inc3696 PRE_SYSCALL(recvmmsg)
3702 POST_SYSCALL(recvmmsg)
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc169 PRE_SYSCALL(recvmmsg)(long fd, sanitizer_kernel_mmsghdr *msg, long vlen,
174 POST_SYSCALL(recvmmsg)(long res, long fd, sanitizer_kernel_mmsghdr *msg,
/netbsd/external/mpl/bind/dist/
H A Dconfigure.ac718 # libuv recvmmsg support
725 [0], [Disable recvmmsg support on systems with MUSL glibc])],
/netbsd/usr.sbin/makemandb/
H A Dnostem.txt3254 recvmmsg

12