Searched refs:MSG_NBIO (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c310 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
360 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0);
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h740 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c1621 if ((so->so_state & SS_NBIO) || (flags & MSG_NBIO) ||
2305 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c865 flags |= (MSG_DONTWAIT|MSG_NBIO);

Completed in 335 milliseconds