| /freebsd/lib/libsys/ |
| H A D | sendmmsg.c | 35 sendmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags) in sendmmsg() function
|
| H A D | Makefile.sys | 527 MLINKS+=send.2 sendmmsg.2 \
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | dgram-api.md | 1 Datagram BIO API revisions for sendmmsg/recvmmsg 6 sent or received simultaneously, such as sendmmsg(2)/recvmmsg(2). 15 - We use a sendmmsg/recvmmsg-like API. The alternative API was not considered 23 on OSes which do not support `sendmmsg` or `sendmsg`. 35 - For OSes which do not support `sendmmsg`, we emulate it using repeated 174 ### sendmmsg/recvmmsg-like API 224 Limiting *m* isn't a problem, because `sendmmsg` returns the number 337 they are freed. BIO_write_queue just queues for transmission, and the `sendmmsg` 383 of sendmmsg/recvmmsg (fewer syscalls, etc.) 388 want use `sendmmsg` constructively in trivial cases (e.g. where we send two [all …]
|
| H A D | quic-api.md | 68 - [`BIO_sendmmsg` and `BIO_recvmmsg`](#-bio-sendmmsg--and--bio-recvmmsg-)
|
| /freebsd/lib/libc/sys/ |
| H A D | Makefile.inc | 31 sendmmsg.c \
|
| H A D | Symbol.map | 53 sendmmsg;
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 121 sendmmsg
|
| /freebsd/tests/sys/capsicum/ |
| H A D | socket.cc | 335 EXPECT_NOTCAPABLE(sendmmsg(cap_sock_rw, &mv, 1, 0)); in TEST() 336 EXPECT_OK(sendmmsg(cap_sock_connect, &mv, 1, 0)); in TEST()
|
| H A D | capmode.cc | 272 EXPECT_FAIL_NOT_CAPMODE(sendmmsg(fd_socket, &mm, 1, 0)); in FORK_TEST()
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 229 #define sendmmsg _sendmmsg macro
|
| H A D | un-namespace.h | 210 #undef sendmmsg
|
| /freebsd/sys/sys/ |
| H A D | socket.h | 728 ssize_t sendmmsg(int, struct mmsghdr * __restrict, size_t, int);
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_sendmmsg.pod | 35 multiple messages in a single call to a BIO. They are analogous to sendmmsg(2)
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 56 * not sendmmsg. We need both so force this to be disabled on these old 72 /* AIX >= 7.2 provides sendmmsg() and recvmmsg(). */ 213 NULL, /* sendmmsg */ 1384 * In the sendmmsg/recvmmsg case, we need to allocate our translated struct in dgram_sendmmsg() 1416 ret = sendmmsg(b->num, mh, num_msg, sysflags); in dgram_sendmmsg() 1587 * In the sendmmsg/recvmmsg case, we need to allocate our translated struct in dgram_recvmmsg()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2010 PRE_SYSCALL(sendmmsg)(long fd, void *msg, long vlen, long flags) {} 2012 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 | 3249 INTERCEPTOR(int, sendmmsg, int fd, struct __sanitizer_mmsghdr *msgvec, 3252 COMMON_INTERCEPTOR_ENTER(ctx, sendmmsg, fd, msgvec, vlen, flags); 3257 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sendmmsg)(fd, msgvec, vlen, flags); 3268 #define INIT_SENDMMSG COMMON_INTERCEPT_FUNCTION(sendmmsg);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2827 fun:sendmmsg=uninstrumented
|