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

/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c313 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
363 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h760 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1433 if ((so->so_state & SS_NBIO) || (flags & MSG_NBIO) ||
2093 (flags & (MSG_DONTWAIT|MSG_NBIO))) {

Completed in 18 milliseconds