Searched refs:mmsghdr (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | sys_socket_test.cpp | 142 struct mmsghdr msgs[NUM_RECV_MSGS]; in TestRecvMMsg() 143 memset(msgs, 0, sizeof(struct mmsghdr)*NUM_RECV_MSGS); in TestRecvMMsg() 187 struct mmsghdr msgs[NUM_SEND_MSGS]; in SendMMsg() 188 memset(msgs, 0, sizeof(struct mmsghdr)*NUM_SEND_MSGS); in SendMMsg()
|
/bionic/libc/include/sys/ |
D | socket.h | 99 struct mmsghdr { struct 279 __socketcall int recvmmsg(int, struct mmsghdr*, unsigned int, int, const struct timespec*); 281 __socketcall int sendmmsg(int, const struct mmsghdr*, unsigned int, int);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 244 int recvmmsg(int, struct mmsghdr*, unsigned int, int, const struct timespec*) arm,arm64… 245 int sendmmsg(int, struct mmsghdr*, unsigned int, int) arm,arm64,mips,mips64,x86_64 263 int recvmmsg:socketcall:19(int, struct mmsghdr*, unsigned int, int, const struct timespec… 264 int sendmmsg:socketcall:20(int, struct mmsghdr*, unsigned int, int) x86
|