Searched refs:recvmmsg (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/lib/libc/gen/ |
| H A D | recvmmsg.c | 38 recvmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags, in recvmmsg() function
|
| H A D | Makefile.inc | 126 recvmmsg.c \ 502 MLINKS+=recv.2 recvmmsg.2
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_recvmmsg.c | 113 cnt = recvmmsg(fd[1], mmsghdr, min(mmsgcnt, n), in ATF_TC_BODY()
|
| /freebsd-14.2/lib/libc/include/ |
| H A D | un-namespace.h | 196 #undef recvmmsg
|
| H A D | namespace.h | 215 #define recvmmsg _recvmmsg macro
|
| /freebsd-14.2/cddl/usr.sbin/dwatch/libexec/ |
| H A D | sendrecv | 143 func == "recvmmsg" ? "<-" :
|
| /freebsd-14.2/sys/sys/ |
| H A D | socket.h | 712 ssize_t recvmmsg(int, struct mmsghdr * __restrict, size_t, int,
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | Symbol.map | 376 recvmmsg;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 248 fun:recvmmsg=custom
|
| H A D | dfsan_custom.cpp | 1923 int ret = recvmmsg(sockfd, msgvec, vlen, flags, timeout); in __dfsw_recvmmsg()
|
| H A D | libc_ubuntu1404_abilist.txt | 2731 fun:recvmmsg=uninstrumented
|
| /freebsd-14.2/contrib/capsicum-test/ |
| H A D | capmode.cc | 271 EXPECT_FAIL_NOT_CAPMODE(recvmmsg(fd_socket, &mm, 1, MSG_DONTWAIT, &ts)); in FORK_TEST()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 172 PRE_SYSCALL(recvmmsg) 177 POST_SYSCALL(recvmmsg)
|
| H A D | sanitizer_common_interceptors.inc | 175 #define recvmmsg __recvmmsg_time64 3145 INTERCEPTOR(int, recvmmsg, int fd, struct __sanitizer_mmsghdr *msgvec, 3148 COMMON_INTERCEPTOR_ENTER(ctx, recvmmsg, fd, msgvec, vlen, flags, timeout); 3150 int res = REAL(recvmmsg)(fd, msgvec, vlen, flags, timeout); 3162 #define INIT_RECVMMSG COMMON_INTERCEPT_FUNCTION(recvmmsg);
|
| H A D | sanitizer_syscalls_netbsd.inc | 3722 PRE_SYSCALL(recvmmsg) 3728 POST_SYSCALL(recvmmsg)
|