Home
last modified time | relevance | path

Searched refs:MSG_NBIO (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/miscfs/fifofs/
H A Dfifo_vnops.c332 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0; in fifo_read()
388 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0); in fifo_write()
/xnu-11215.1.10/bsd/sys/
H A Dsocket_private.h567 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c2092 if ((so->so_state & SS_NBIO) || (flags & MSG_NBIO) || in sosendcheck()
2747 if (flags & ~(MSG_DONTWAIT | MSG_NBIO | MSG_SKIPCFIL)) { in sosend_list()
3571 (flags & (MSG_DONTWAIT | MSG_NBIO))) { in soreceive()
4224 (flags & (MSG_DONTWAIT | MSG_NBIO))) { in soreceive_m_list()
H A Duipc_syscalls.c2504 if (uap->flags & ~(MSG_PEEK | MSG_WAITALL | MSG_DONTWAIT | MSG_NEEDSA | MSG_NBIO)) { in recvmsg_x_array()
2741 if ((flags & ~(MSG_DONTWAIT | MSG_NBIO)) != 0) { in recvmsg_x()
/xnu-11215.1.10/bsd/netinet/
H A Dmptcp_subr.c2045 flags |= (MSG_DONTWAIT | MSG_NBIO); in mptcp_subflow_soreceive()