Home
last modified time | relevance | path

Searched refs:sendmmsg (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/tests/lib/libc/sys/
H A Dt_sendmmsg.c152 cnt = sendmmsg(fd[1], mmsghdr + n, npkt, 0); in ATF_TC_BODY()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfreebsd.c269 return sendmmsg(fd, in uv__sendmmsg()
/netbsd-src/lib/libpthread/
H A Dpthread_cancelstub.c643 sendmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, in sendmmsg() function
781 __strong_alias(_sendmmsg, sendmmsg)
/netbsd-src/lib/libc/sys/
H A DMakefile.inc191 __select50.S sendmmsg.S sendmsg.S sendto.S \
380 MLINKS+=send.2 sendmsg.2 send.2 sendto.2 send.2 sendmmsg.2
/netbsd-src/sys/sys/
H A Dsocket.h651 int sendmmsg(int, struct mmsghdr *, unsigned int, unsigned int);
/netbsd-src/sys/rump/
H A Drump.sysmap213 476 sys_sendmmsg sendmmsg rump___sysimpl_sendmmsg
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigure.ac685 AC_ARG_ENABLE(recvmmsg, AS_HELP_STRING([--enable-recvmmsg],[Enable recvmmsg and sendmmsg compilatio…
707 AC_CHECK_FUNC([sendmmsg], [
717 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
722 AC_DEFINE([HAVE_SENDMMSG], [1], [Define if sendmmsg is implemented])], [
724 AC_DEFINE([HAVE_SENDMMSG], [1], [Define if sendmmsg exists])]
H A Dconfig.h.in329 /* Define if sendmmsg is implemented */
H A Dconfigure1406 --enable-recvmmsg Enable recvmmsg and sendmmsg compilation, faster but
8088 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
H A Dserver.c3577 #define nsd_sendmmsg(...) sendmmsg(__VA_ARGS__)
/netbsd-src/external/bsd/nsd/dist/doc/
H A DRELNOTES204 - Fix for #128: Skip over sendmmsg invalid argument when port is zero.
281 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails.
282 - Fix #128: Fix that the invalid port number is logged for sendmmsg
352 - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD.
356 - Remove errno reset behaviour from sendmmsg and recvmmsg
495 and sendmmsg implementations are now used on all platforms.
1142 - Disabled recvmmsg and sendmmsg usage by default because kernel
1172 - Log ip address for sendto and sendmmsg failures.
1261 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
H A DChangeLog431 - Fix for #128: Skip over sendmmsg invalid argument when port is zero.
589 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails.
590 - Fix #128: Fix that the invalid port number is logged for sendmmsg
659 - Remove errno reset behaviour from sendmmsg and recvmmsg
669 - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD.
925 and sendmmsg implementations are now used on all platforms.
2331 - Disabled recvmmsg and sendmmsg usage by default because kernel
2385 - Log ip address for sendto and sendmmsg failures.
2543 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
/netbsd-src/external/mit/libuv/dist/
H A DMakefile.am313 test/test-udp-sendmmsg-error.c \
H A DCMakeLists.txt624 test/test-udp-sendmmsg-error.c
H A DChangeLog261 * drop only successfully sent packets post sendmmsg (Supragya Raj)
598 * linux: fix i386 sendmmsg/recvmmsg support (Ben Noordhuis)
719 * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
933 * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation (Marek Vavrusa)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1851 PRE_SYSCALL(sendmmsg)(long fd, void *msg, long vlen, long flags) {}
1853 POST_SYSCALL(sendmmsg)(long res, long fd, void *msg, long vlen, long flags) {
H A Dsanitizer_syscalls_netbsd.inc3711 PRE_SYSCALL(sendmmsg)
3719 POST_SYSCALL(sendmmsg)
H A Dsanitizer_common_interceptors.inc3065 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec,
3068 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags);
3073 int res = REAL(sendmmsg)(fd, msgvec, vlen, flags);
3083 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1849 PRE_SYSCALL(sendmmsg)(long fd, void *msg, long vlen, long flags) {}
1851 POST_SYSCALL(sendmmsg)(long res, long fd, void *msg, long vlen, long flags) {
H A Dsanitizer_syscalls_netbsd.inc3737 PRE_SYSCALL(sendmmsg)
3745 POST_SYSCALL(sendmmsg)
H A Dsanitizer_common_interceptors.inc3089 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec,
3092 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags);
3097 int res = REAL(sendmmsg)(fd, msgvec, vlen, flags);
3108 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1995 PRE_SYSCALL(sendmmsg)(long fd, void *msg, long vlen, long flags) {}
1997 POST_SYSCALL(sendmmsg)(long res, long fd, void *msg, long vlen, long flags) {
H A Dsanitizer_syscalls_netbsd.inc3737 PRE_SYSCALL(sendmmsg)
3745 POST_SYSCALL(sendmmsg)
H A Dsanitizer_common_interceptors.inc3176 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec,
3179 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags);
3184 int res = REAL(sendmmsg)(fd, msgvec, vlen, flags);
3195 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt3488 sendmmsg

12