Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 22 of 22) sorted by relevance

/NextBSD/contrib/wpa/src/utils/
HDcommon.h61 #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/
HDt4_ddp.c269 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/
HDsvc_dg.c187 rcvflag = MSG_DONTWAIT; in svc_dg_recv()
HDclnt_vc.c874 rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK; in clnt_vc_soupcall()
932 rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK; in clnt_vc_soupcall()
HDsvc_vc.c745 rcvflag = MSG_DONTWAIT; in svc_vc_recv()
HDclnt_dg.c1065 rcvflag = MSG_DONTWAIT; in clnt_dg_soupcall()
/NextBSD/tools/tools/netrate/netreceive/
HDnetreceive.c116 y = recv(t->fd, t->buf, t->buflen, MSG_DONTWAIT); in rx_body()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_cm.c350 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/
HDctl_ha.c305 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/
HDuipc_socket.c1040 #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/
HDsocket.h430 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDcm.c1014 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/
HDsdp_main.c1028 #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/
HDicl_soft.c151 flags = MSG_DONTWAIT; in icl_conn_receive()
973 NULL, MSG_DONTWAIT, curthread); in icl_conn_send_pdus()
/NextBSD/sys/netsmb/
HDsmb_trantcp.c352 error = nbssn_recvhdr(nbp, &len, &rpcode, MSG_DONTWAIT, td); in nbssn_recv()
/NextBSD/contrib/wpa/src/ap/
HDvlan_init.c785 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in vlan_event_receive()
/NextBSD/contrib/wpa/wpa_supplicant/
HDctrl_iface_unix.c799 if (sendmsg(sock, &msg, MSG_DONTWAIT) >= 0) { in wpa_supplicant_ctrl_iface_send()
/NextBSD/sys/netgraph/
HDng_ksocket.c1097 flags = MSG_DONTWAIT; in ng_ksocket_incoming2()
/NextBSD/contrib/wpa/src/radius/
HDradius_client.c781 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); in radius_client_receive()
/NextBSD/sys/compat/linux/
HDlinux_socket.c373 ret_flags |= MSG_DONTWAIT; in linux_to_bsd_msg_flags()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_rfcomm.c1605 flags = MSG_DONTWAIT; in ng_btsocket_rfcomm_session_receive()
/NextBSD/sys/netinet/
HDsctputil.c5304 if ((in_flags & (MSG_DONTWAIT in sctp_sorecvmsg()