Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A DNetdClientDispatch.cpp65 int sendmmsg(int fd, const struct mmsghdr* msgs, unsigned int msg_count, int flags) { in sendmmsg() function
66 return __netdClientDispatch.sendmmsg(fd, msgs, msg_count, flags); in sendmmsg()
H A DNetdClient.cpp57 netdClientInitFunction(handle, "netdClientInitSendmmsg", &__netdClientDispatch.sendmmsg); in netdClientInitImpl()
/aosp12/bionic/libc/private/
H A DNetdClientDispatch.h27 int (*sendmmsg)(int, const struct mmsghdr*, unsigned int, int); member
/aosp12/bionic/tests/
H A Dsys_socket_test.cpp200 if (sendmmsg(fd, msgs, NUM_SEND_MSGS, 0) < 0) { in SendMMsg()
235 ASSERT_EQ(-1, sendmmsg(-1, nullptr, 0, 0)); in TEST()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h307 __socketcall int sendmmsg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __f…
/aosp12/bionic/docs/
H A Dstatus.md190 * <sys/socket.h> `accept4`, `sendmmsg`.
/aosp12/bionic/libc/
H A DSYSCALLS.TXT262 int __sendmmsg:sendmmsg(int, struct mmsghdr*, unsigned int, int) arm,lp64
H A Dlibc.map.txt915 sendmmsg; # introduced=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt915 sendmmsg; # introduced=21