Searched refs:msghdr (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | __cmsg_nxthdr.cpp | 31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) { in __cmsg_nxthdr()
|
/bionic/libc/include/sys/ |
D | socket.h | 89 struct msghdr { struct 100 struct msghdr msg_hdr; argument 120 struct cmsghdr* __cmsg_nxthdr(struct msghdr*, struct cmsghdr*); 280 __socketcall int recvmsg(int, struct msghdr*, int); 282 __socketcall int sendmsg(int, const struct msghdr*, int);
|
/bionic/tests/ |
D | sys_socket_test.cpp | 175 msgs[i].msg_len = sizeof(struct msghdr); in TestRecvMMsg() 227 msgs[i].msg_len = sizeof(struct msghdr); in SendMMsg()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 242 int sendmsg(int, const struct msghdr*, unsigned int) arm,arm64,mips,mips64,x86_64 243 int recvmsg(int, struct msghdr*, unsigned int) arm,arm64,mips,mips64,x86_64 260 int sendmsg:socketcall:16(int, const struct msghdr*, unsigned int) x86 261 int recvmsg:socketcall:17(int, struct msghdr*, unsigned int) x86
|