| /NextBSD/contrib/wpa/src/utils/ |
| HD | common.h | 61 #ifndef MSG_DONTWAIT 62 #define MSG_DONTWAIT 0 /* not supported */ macro 388 #ifndef MSG_DONTWAIT 389 #define MSG_DONTWAIT 0 macro
|
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_ddp.c | 269 int nb = so->so_state & SS_NBIO || flags & (MSG_DONTWAIT | MSG_NBIO); in select_ddp_flags() 926 so->so_state & SS_NBIO || flags & (MSG_DONTWAIT | MSG_NBIO) || in handle_ddp() 1025 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) 1177 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) { in t4_soreceive_ddp() 1185 (flags & (MSG_DONTWAIT|MSG_NBIO)) || in t4_soreceive_ddp()
|
| /NextBSD/sys/rpc/ |
| HD | svc_dg.c | 187 rcvflag = MSG_DONTWAIT; in svc_dg_recv()
|
| HD | clnt_vc.c | 874 rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK; in clnt_vc_soupcall() 932 rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK; in clnt_vc_soupcall()
|
| HD | svc_vc.c | 745 rcvflag = MSG_DONTWAIT; in svc_vc_recv()
|
| HD | clnt_dg.c | 1065 rcvflag = MSG_DONTWAIT; in clnt_dg_soupcall()
|
| /NextBSD/tools/tools/netrate/netreceive/ |
| HD | netreceive.c | 116 y = recv(t->fd, t->buf, t->buflen, MSG_DONTWAIT); in rx_body()
|
| /NextBSD/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_cm.c | 350 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread); in send_mpa_req() 389 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread); in send_mpa_reject() 423 return sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, in send_mpa_reply() 565 int flags = MSG_DONTWAIT; in process_mpa_reply() 722 int flags = MSG_DONTWAIT; in process_mpa_request()
|
| /NextBSD/sys/cam/ctl/ |
| HD | ctl_ha.c | 305 flags = MSG_DONTWAIT; in ctl_ha_rx_thread() 353 NULL, MSG_DONTWAIT, curthread); in ctl_ha_send() 737 flags = wait ? 0 : MSG_DONTWAIT; in ctl_ha_msg_recv()
|
| /NextBSD/sys/kern/ |
| HD | uipc_socket.c | 1040 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) 1527 if (m == NULL || (((flags & MSG_DONTWAIT) == 0 && 1567 (flags & (MSG_DONTWAIT|MSG_NBIO))) { 1793 if (flags & MSG_DONTWAIT) { 2001 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) { 2009 (flags & (MSG_DONTWAIT|MSG_NBIO)) || 2192 (flags & (MSG_DONTWAIT|MSG_NBIO))) {
|
| /NextBSD/sys/sys/ |
| HD | socket.h | 430 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 1014 err = sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, in send_mpa_req() 1088 err = -sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread); in send_mpa_reject() 1179 err = -sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, in send_mpa_reply() 1390 int flags = MSG_DONTWAIT; in process_mpa_reply() 1700 int flags = MSG_DONTWAIT; in process_mpa_request()
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_main.c | 1028 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) 1271 ((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) { in sdp_sorecv() 1302 (flags & (MSG_DONTWAIT|MSG_NBIO)) || in sdp_sorecv()
|
| /NextBSD/sys/dev/iscsi/ |
| HD | icl_soft.c | 151 flags = MSG_DONTWAIT; in icl_conn_receive() 973 NULL, MSG_DONTWAIT, curthread); in icl_conn_send_pdus()
|
| /NextBSD/sys/netsmb/ |
| HD | smb_trantcp.c | 352 error = nbssn_recvhdr(nbp, &len, &rpcode, MSG_DONTWAIT, td); in nbssn_recv()
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | vlan_init.c | 785 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in vlan_event_receive()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | ctrl_iface_unix.c | 799 if (sendmsg(sock, &msg, MSG_DONTWAIT) >= 0) { in wpa_supplicant_ctrl_iface_send()
|
| /NextBSD/sys/netgraph/ |
| HD | ng_ksocket.c | 1097 flags = MSG_DONTWAIT; in ng_ksocket_incoming2()
|
| /NextBSD/contrib/wpa/src/radius/ |
| HD | radius_client.c | 781 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); in radius_client_receive()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.c | 373 ret_flags |= MSG_DONTWAIT; in linux_to_bsd_msg_flags()
|
| /NextBSD/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_rfcomm.c | 1605 flags = MSG_DONTWAIT; in ng_btsocket_rfcomm_session_receive()
|
| /NextBSD/sys/netinet/ |
| HD | sctputil.c | 5304 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg()
|