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()
569 #define MSG_NBIO 0x20000 /* FIONBIO mode, used by fifofs */ macro
1960 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()
2499 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()
2059 flags |= (MSG_DONTWAIT | MSG_NBIO); in mptcp_subflow_soreceive()