Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h70 #ifndef MSG_DONTWAIT
71 #define MSG_DONTWAIT 0 /* not supported */ macro
404 #ifndef MSG_DONTWAIT
405 #define MSG_DONTWAIT 0 macro
/dragonfly/sys/kern/
H A Duipc_socket.c743 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? M_NOWAIT : M_WAITOK)
845 if (flags & (MSG_FNONBLOCKING|MSG_DONTWAIT)) in sosend()
991 if (flags & (MSG_FNONBLOCKING|MSG_DONTWAIT)) in sosendudp()
1143 if (flags & (MSG_FNONBLOCKING|MSG_DONTWAIT)) in sosendtcp()
1341 (((flags & MSG_DONTWAIT) == 0 && in soreceive()
1383 if (flags & (MSG_FNONBLOCKING|MSG_DONTWAIT)) { in soreceive()
1697 if (m == NULL || (((flags & MSG_DONTWAIT) == 0 && in sorecvtcp()
1727 if (flags & (MSG_FNONBLOCKING|MSG_DONTWAIT)) { in sorecvtcp()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Dnetlink.c48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in netlink_receive()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c658 int mflags = MSG_DONTWAIT; in dexec_logerr_thread()
726 mflags = MSG_DONTWAIT; in dexec_logerr_thread()
/dragonfly/sys/sys/
H A Dsocket.h424 #define MSG_DONTWAIT 0x00000080 /* this message should be nonblocking */ macro
/dragonfly/sbin/udevd/
H A Dudevd_monitor.c205 ret = recv(fds[0].fd, &dummy, sizeof(dummy), MSG_DONTWAIT); in client_cmd_monitor()
/dragonfly/sys/netproto/smb/
H A Dsmb_trantcp.c331 error = nbssn_recvhdr(nbp, &savelen, &rpcode, MSG_DONTWAIT, td); in nbssn_recv()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dvlan_full.c707 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT, in vlan_event_receive()
/dragonfly/sys/netgraph/ksocket/
H A Dng_ksocket.c1052 flags = MSG_DONTWAIT; in ng_ksocket_incoming()
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c1079 flags = MSG_DONTWAIT; in ng_ksocket_incoming2()
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c2613 flags = MSG_DONTWAIT; in nfsrv_rcv()
2648 flags = MSG_DONTWAIT; in nfsrv_rcv()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_unix.c938 if (sendmsg(sock, &msg, MSG_DONTWAIT) >= 0) { in wpa_supplicant_ctrl_iface_send()
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_client.c839 len = recv(sock, buf, sizeof(buf), MSG_DONTWAIT); in radius_client_receive()
/dragonfly/sys/net/wg/
H A Dif_wg.c2209 flags = MSG_DONTWAIT; in wg_upcall()