Searched refs:MSG_NBIO (Results 1 – 5 of 5) sorted by relevance
332 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()
567 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
2092 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()
2504 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()
2045 flags |= (MSG_DONTWAIT | MSG_NBIO); in mptcp_subflow_soreceive()