Searched refs:MSG_NEEDSA (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h758 #define MSG_NEEDSA 0x10000 /* Fail receive if socket address cannot be allocated */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c2207 if ((*psa == 0) && (flags & MSG_NEEDSA)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c5654 error = sock_receivembuf(so, &msg, &mp, MSG_DONTWAIT | MSG_NEEDSA, &bytes_read);

Completed in 45 milliseconds