| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_sendmmsg.c | 152 cnt = sendmmsg(fd[1], mmsghdr + n, npkt, 0); in ATF_TC_BODY()
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | freebsd.c | 269 return sendmmsg(fd, in uv__sendmmsg()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 643 sendmmsg(int s, struct mmsghdr *mmsg, unsigned int vlen, in sendmmsg() function 781 __strong_alias(_sendmmsg, sendmmsg)
|
| /netbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 191 __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 D | socket.h | 651 int sendmmsg(int, struct mmsghdr *, unsigned int, unsigned int);
|
| /netbsd-src/sys/rump/ |
| H A D | rump.sysmap | 213 476 sys_sendmmsg sendmmsg rump___sysimpl_sendmmsg
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | configure.ac | 685 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 D | config.h.in | 329 /* Define if sendmmsg is implemented */
|
| H A D | configure | 1406 --enable-recvmmsg Enable recvmmsg and sendmmsg compilation, faster but 8088 int r = sendmmsg(s, 0, 0, 0) == -1 && errno == ENOSYS;
|
| H A D | server.c | 3577 #define nsd_sendmmsg(...) sendmmsg(__VA_ARGS__)
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | RELNOTES | 204 - 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 D | ChangeLog | 431 - 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 D | Makefile.am | 313 test/test-udp-sendmmsg-error.c \
|
| H A D | CMakeLists.txt | 624 test/test-udp-sendmmsg-error.c
|
| H A D | ChangeLog | 261 * 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 D | sanitizer_common_syscalls.inc | 1851 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 D | sanitizer_syscalls_netbsd.inc | 3711 PRE_SYSCALL(sendmmsg) 3719 POST_SYSCALL(sendmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3065 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 D | sanitizer_common_syscalls.inc | 1849 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 D | sanitizer_syscalls_netbsd.inc | 3737 PRE_SYSCALL(sendmmsg) 3745 POST_SYSCALL(sendmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3089 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 D | sanitizer_common_syscalls.inc | 1995 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 D | sanitizer_syscalls_netbsd.inc | 3737 PRE_SYSCALL(sendmmsg) 3745 POST_SYSCALL(sendmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3176 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 D | nostem.txt | 3488 sendmmsg
|