Searched refs:sendmmsg (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/lib/libc/gen/ |
| H A D | sendmmsg.c | 38 sendmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags) in sendmmsg() function
|
| H A D | Makefile.inc | 115 sendmmsg.c \ 486 MLINKS+=send.2 sendmmsg.2
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 229 #define sendmmsg _sendmmsg macro
|
| H A D | un-namespace.h | 210 #undef sendmmsg
|
| /freebsd-12.1/sys/sys/ |
| H A D | socket.h | 686 ssize_t sendmmsg(int, struct mmsghdr * __restrict, size_t, int);
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | Symbol.map | 378 sendmmsg;
|
| /freebsd-12.1/contrib/compiler-rt/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 | 3691 PRE_SYSCALL(sendmmsg) 3699 POST_SYSCALL(sendmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 3066 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec, 3069 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags); 3074 int res = REAL(sendmmsg)(fd, msgvec, vlen, flags); 3084 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2821 fun:sendmmsg=uninstrumented
|