Home
last modified time | relevance | path

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

/bionic/libc/bionic/
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()
DNetdClient.cpp57 netdClientInitFunction(handle, "netdClientInitSendmmsg", &__netdClientDispatch.sendmmsg); in netdClientInitImpl()
/bionic/libc/private/
DNetdClientDispatch.h27 int (*sendmmsg)(int, const struct mmsghdr*, unsigned int, int); member
/bionic/tests/
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()
/bionic/libc/include/sys/
Dsocket.h307 __socketcall int sendmmsg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __f…
/bionic/docs/
Dstatus.md190 * <sys/socket.h> `accept4`, `sendmmsg`.
/bionic/libc/
DSYSCALLS.TXT261 int __sendmmsg:sendmmsg(int, struct mmsghdr*, unsigned int, int) arm,lp64
Dlibc.map.txt915 sendmmsg; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt915 sendmmsg; # introduced=21