Home
last modified time | relevance | path

Searched refs:sendmmsg (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libsys/
H A Dsendmmsg.c35 sendmmsg(int s, struct mmsghdr *__restrict msgvec, size_t vlen, int flags) in sendmmsg() function
H A DMakefile.sys527 MLINKS+=send.2 sendmmsg.2 \
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddgram-api.md1 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 Dquic-api.md68 - [`BIO_sendmmsg` and `BIO_recvmmsg`](#-bio-sendmmsg--and--bio-recvmmsg-)
/freebsd/lib/libc/sys/
H A DMakefile.inc31 sendmmsg.c \
H A DSymbol.map53 sendmmsg;
/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt121 sendmmsg
/freebsd/tests/sys/capsicum/
H A Dsocket.cc335 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 Dcapmode.cc272 EXPECT_FAIL_NOT_CAPMODE(sendmmsg(fd_socket, &mm, 1, 0)); in FORK_TEST()
/freebsd/lib/libc/include/
H A Dnamespace.h229 #define sendmmsg _sendmmsg macro
H A Dun-namespace.h210 #undef sendmmsg
/freebsd/sys/sys/
H A Dsocket.h728 ssize_t sendmmsg(int, struct mmsghdr * __restrict, size_t, int);
/freebsd/crypto/openssl/doc/man3/
H A DBIO_sendmmsg.pod35 multiple messages in a single call to a BIO. They are analogous to sendmmsg(2)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c56 * 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 Dsanitizer_common_syscalls.inc2010 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 Dsanitizer_syscalls_netbsd.inc3737 PRE_SYSCALL(sendmmsg)
3745 POST_SYSCALL(sendmmsg)
H A Dsanitizer_common_interceptors.inc3249 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 Dlibc_ubuntu1404_abilist.txt2827 fun:sendmmsg=uninstrumented