Home
last modified time | relevance | path

Searched refs:msghdr_x (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/tests/
H A Drecvmsg_x_test.c90 struct msghdr_x *msgList; in recvPackets_x()
96 T_QUIET; T_ASSERT_NOTNULL(msgList = calloc(numMsg, sizeof(struct msghdr_x)), "msgList calloc()"); in recvPackets_x()
109 struct msghdr_x *msg = &msgList[i]; in recvPackets_x()
139 struct msghdr_x *msg = &msgList[i % numMsg]; in recvPackets_x()
241 struct msghdr_x headers[3] = {
H A Drecvmsg_x_ctrunc.c61 struct msghdr_x msgList[NMSGS]; in send_packets()
63 struct msghdr_x *msg; in send_packets()
125 struct msghdr_x msglist[NMSGS]; in receive_packets()
143 struct msghdr_x *msg = &msglist[i]; in receive_packets()
166 struct msghdr_x *msg = &msglist[i]; in receive_packets()
H A Dsendmsg_x_test.c68 struct msghdr_x message_headers[2] = {};
/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h405 struct msghdr_x { struct
803 ssize_t recvmsg_x(int s, const struct msghdr_x *msgp, u_int cnt, int flags);
835 ssize_t sendmsg_x(int s, const struct msghdr_x *msgp, u_int cnt, int flags);