| /openbsd-src/lib/libc/sys/ |
| H A D | w_sendmmsg.c | 22 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 D | Makefile.inc | 38 select sendmmsg sendmsg sendto \
|
| /openbsd-src/lib/libc/hidden/sys/ |
| H A D | socket.h | 38 PROTO_CANCEL(sendmmsg);
|
| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_sendmmsg.c | 156 cnt = sendmmsg(fd[1], mmsghdr + n, npkt, 0); in ATF_TC_BODY()
|
| /openbsd-src/sys/sys/ |
| H A D | socket.h | 583 int sendmmsg(int, struct mmsghdr *, unsigned int, int);
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | configure.ac | 688 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 D | config.h.in | 329 /* Define if sendmmsg is implemented */
|
| H A D | configure | 1445 --enable-recvmmsg Enable recvmmsg and sendmmsg compilation, faster but 9689 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
|
| H A D | server.c | 3724 #define nsd_sendmmsg(...) sendmmsg(__VA_ARGS__)
|
| /openbsd-src/usr.sbin/nsd/doc/ |
| H A D | RELNOTES | 265 - 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 D | ChangeLog | 517 - 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 D | Symbols.list | 397 sendmmsg
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | syscall_emulator.c | 764 ret = sendmmsg(s, mmsg, vlen, flags); in syscall_emulator()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1997 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 D | sanitizer_syscalls_netbsd.inc | 3737 PRE_SYSCALL(sendmmsg) 3745 POST_SYSCALL(sendmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3309 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 D | libc_ubuntu1404_abilist.txt | 2822 fun:sendmmsg=uninstrumented
|