Searched refs:sendmmsg (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | NetdClientDispatch.cpp | 65 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()
|
D | NetdClient.cpp | 57 netdClientInitFunction(handle, "netdClientInitSendmmsg", &__netdClientDispatch.sendmmsg); in netdClientInitImpl()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 27 int (*sendmmsg)(int, const struct mmsghdr*, unsigned int, int); member
|
/bionic/tests/ |
D | sys_socket_test.cpp | 200 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/ |
D | socket.h | 307 __socketcall int sendmmsg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __f…
|
/bionic/docs/ |
D | status.md | 190 * <sys/socket.h> `accept4`, `sendmmsg`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 261 int __sendmmsg:sendmmsg(int, struct mmsghdr*, unsigned int, int) arm,lp64
|
D | libc.map.txt | 915 sendmmsg; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 915 sendmmsg; # introduced=21
|