Searched refs:__msg_count (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | recvmsg.cpp | 37 extern "C" int __recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, 77 int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, in recvmmsg() argument 79 int rc = __recvmmsg(__fd, __msgs, __msg_count, __flags, __timeout); in recvmmsg()
|
/bionic/libc/include/sys/ |
D | socket.h | 304 __socketcall int recvmmsg(int __fd, struct mmsghdr* __msgs, unsigned int __msg_count, int __flags, … 307 __socketcall int sendmmsg(int __fd, const struct mmsghdr* __msgs, unsigned int __msg_count, int __f…
|