Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocket.h464 #define MSG_NBIO 0x00004000 /* FIONBIO mode, used by fifofs */ macro
/freebsd/sys/netlink/
H A Dnetlink_domain.c597 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in nl_sosend()
681 (flags & (MSG_DONTWAIT | MSG_NBIO)); in nl_soreceive()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1119 (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()
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c734 (flags & (MSG_DONTWAIT|MSG_NBIO))) { in hvs_trans_soreceive()
834 (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in hvs_trans_sosend()
/freebsd/sys/kern/
H A Dsys_socket.c623 flags = MSG_NBIO; in soaio_process_job()
H A Duipc_socket.c2418 (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))) {
H A Duipc_usrreq.c1458 (flags & (MSG_DONTWAIT | MSG_NBIO)); in uipc_soreceive_dgram()
/freebsd/sys/netinet/
H A Dsctputil.c5575 | MSG_NBIO in sctp_sorecvmsg()
H A Dsctp_output.c13039 if (SCTP_SO_IS_NBIO(so) || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) { in sctp_lower_sosend()