Home
last modified time | relevance | path

Searched refs:MSG_FBLOCKING (Results 1 – 3 of 3) sorted by last modified time

/dragonfly/sys/sys/
H A Dsocket.h439 #define MSG_FBLOCKING 0x00010000 /* force blocking operation */ macro
/dragonfly/sys/kern/
H A Duipc_syscalls.c797 if ((flags & (MSG_FNONBLOCKING|MSG_FBLOCKING)) == 0) { in kern_sendmsg()
980 if (flags == NULL || (*flags & (MSG_FNONBLOCKING|MSG_FBLOCKING)) == 0) { in kern_recvmsg()
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_sync.c196 flags = MSG_FBLOCKING; in ip_fw3_sync_edge_socket_handler()