Searched refs:MSG_WAITALL (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dkrpc_subr.c410 error = sock_receive(so, &msg, MSG_WAITALL, &readlen);
437 error = sock_receivembuf(so, NULL, &m, MSG_WAITALL, &readlen);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c198 MSG_WAITALL, NULL, NULL );
307 my_result = recvmsg( my_accepted_socket, &my_msghdr, MSG_WAITALL );
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h717 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/xnu-2422.115.4/bsd/netinet/
H A Din_dhcp.c331 rcvflg = MSG_WAITALL;
H A Dmptcp_subr.c861 if (flags & (MSG_PEEK|MSG_OOB|MSG_NEEDSA|MSG_WAITALL|MSG_WAITSTREAM)) {
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c2257 * 2. MSG_WAITALL is set, and it is possible to do the entire
2260 * If MSG_WAITALL is set but resid is larger than the receive buffer,
2267 ((flags & MSG_WAITALL) && uio_resid(uio) <= so->so_rcv.sb_hiwat)) &&
2819 * If the MSG_WAITALL or MSG_WAITSTREAM flag is set
2826 while (flags & (MSG_WAITALL|MSG_WAITSTREAM) && m == NULL &&

Completed in 91 milliseconds