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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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 );
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h737 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c331 rcvflg = MSG_WAITALL;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2045 * 2. MSG_WAITALL is set, and it is possible to do the entire
2048 * If MSG_WAITALL is set but resid is larger than the receive buffer,
2055 ((flags & MSG_WAITALL) && uio_resid(uio) <= so->so_rcv.sb_hiwat)) &&
2553 * If the MSG_WAITALL or MSG_WAITSTREAM flag is set
2560 while (flags & (MSG_WAITALL|MSG_WAITSTREAM) && m == 0 &&

Completed in 34 milliseconds