Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/sys/
H A Dsocket_private.h569 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c1960 if ((so->so_state & SS_NBIO) || (flags & MSG_NBIO) || in sosendcheck()
2628 if (flags & ~(MSG_DONTWAIT | MSG_NBIO | MSG_SKIPCFIL)) { in sosend_list()
3460 (flags & (MSG_DONTWAIT | MSG_NBIO))) { in soreceive()
4113 (flags & (MSG_DONTWAIT | MSG_NBIO))) { in soreceive_m_list()
H A Duipc_syscalls.c2499 if (uap->flags & ~(MSG_PEEK | MSG_WAITALL | MSG_DONTWAIT | MSG_NEEDSA | MSG_NBIO)) { in recvmsg_x_array()
2736 if ((flags & ~(MSG_DONTWAIT | MSG_NBIO)) != 0) { in recvmsg_x()
/xnu-12377.41.6/bsd/netinet/
H A Dmptcp_subr.c2059 flags |= (MSG_DONTWAIT | MSG_NBIO); in mptcp_subflow_soreceive()