Searched refs:MSG_NBIO (Results 1 – 9 of 9) sorted by relevance
464 #define MSG_NBIO 0x00004000 /* FIONBIO mode, used by fifofs */ macro
597 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in nl_sosend()681 (flags & (MSG_DONTWAIT | MSG_NBIO)); in nl_soreceive()
1119 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in sdp_sosend()1271 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) { in sdp_sorecv()1302 (flags & (MSG_DONTWAIT|MSG_NBIO)) || in sdp_sorecv()
734 (flags & (MSG_DONTWAIT|MSG_NBIO))) { in hvs_trans_soreceive()834 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in hvs_trans_sosend()
623 flags = MSG_NBIO; in soaio_process_job()
2418 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {2804 (flags & (MSG_DONTWAIT|MSG_NBIO))) {3278 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) {3286 (flags & (MSG_DONTWAIT|MSG_NBIO)) ||3524 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
1458 (flags & (MSG_DONTWAIT | MSG_NBIO)); in uipc_soreceive_dgram()
5575 | MSG_NBIO in sctp_sorecvmsg()
13039 if (SCTP_SO_IS_NBIO(so) || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in sctp_lower_sosend()