Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/sys/
H A Dw_sendmmsg.c22 sendmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, int flags) in sendmmsg() function
27 ret = HIDDEN(sendmmsg)(s, mmsg, vlen, flags); in sendmmsg()
31 DEF_CANCEL(sendmmsg);
H A DMakefile.inc38 select sendmmsg sendmsg sendto \
/openbsd-src/lib/libc/hidden/sys/
H A Dsocket.h38 PROTO_CANCEL(sendmmsg);
/openbsd-src/regress/lib/libc/sys/
H A Dt_sendmmsg.c156 cnt = sendmmsg(fd[1], mmsghdr + n, npkt, 0); in ATF_TC_BODY()
/openbsd-src/sys/sys/
H A Dsocket.h583 int sendmmsg(int, struct mmsghdr *, unsigned int, int);
/openbsd-src/usr.sbin/nsd/
H A Dconfigure.ac688 AC_ARG_ENABLE(recvmmsg, AS_HELP_STRING([--enable-recvmmsg],[Enable recvmmsg and sendmmsg compilatio…
710 AC_CHECK_FUNC([sendmmsg], [
720 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
725 AC_DEFINE([HAVE_SENDMMSG], [1], [Define if sendmmsg is implemented])], [
727 AC_DEFINE([HAVE_SENDMMSG], [1], [Define if sendmmsg exists])]
H A Dconfig.h.in329 /* Define if sendmmsg is implemented */
H A Dconfigure1445 --enable-recvmmsg Enable recvmmsg and sendmmsg compilation, faster but
9689 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
H A Dserver.c3724 #define nsd_sendmmsg(...) sendmmsg(__VA_ARGS__)
/openbsd-src/usr.sbin/nsd/doc/
H A DRELNOTES265 - Fix for #128: Skip over sendmmsg invalid argument when port is zero.
342 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails.
343 - Fix #128: Fix that the invalid port number is logged for sendmmsg
413 - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD.
417 - Remove errno reset behaviour from sendmmsg and recvmmsg
556 and sendmmsg implementations are now used on all platforms.
1203 - Disabled recvmmsg and sendmmsg usage by default because kernel
1233 - Log ip address for sendto and sendmmsg failures.
1322 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
H A DChangeLog517 - Fix for #128: Skip over sendmmsg invalid argument when port is zero.
675 - Fix #129: ambiguous use of errno, in log message if sendmmsg fails.
676 - Fix #128: Fix that the invalid port number is logged for sendmmsg
745 - Remove errno reset behaviour from sendmmsg and recvmmsg
755 - Do not log EAGAIN errors for sendmmsg, to stop log spam on OpenBSD.
1011 and sendmmsg implementations are now used on all platforms.
2417 - Disabled recvmmsg and sendmmsg usage by default because kernel
2471 - Log ip address for sendto and sendmmsg failures.
2629 use recvmmsg and sendmmsg, or only recvmmsg, or recvfrom.
/openbsd-src/lib/libc/
H A DSymbols.list397 sendmmsg
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c764 ret = sendmmsg(s, mmsg, vlen, flags); in syscall_emulator()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1997 PRE_SYSCALL(sendmmsg)(long fd, void *msg, long vlen, long flags) {}
1999 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.inc3309 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec,
3312 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags);
3317 int res = REAL(sendmmsg)(fd, msgvec, vlen, flags);
3328 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2822 fun:sendmmsg=uninstrumented