Home
last modified time | relevance | path

Searched refs:MSG_SYNC (Results 1 – 4 of 4) sorted by relevance

/dragonfly/test/udp/tos/
H A Dudp_tos.c101 if (sendmsg(s, &msg, MSG_SYNC) < 0) in main()
/dragonfly/test/udp/sendsrcaddr/
H A Dudp_sendsrcaddr.c47 return sendmsg(s, &msg, MSG_SYNC); in test_sendsrcaddr()
/dragonfly/sys/sys/
H A Dsocket.h430 #define MSG_SYNC 0x00000800 /* No asynchronized pru_send */ macro
/dragonfly/sys/kern/
H A Duipc_socket.c1044 if (udp_sosend_async && (flags & MSG_SYNC) == 0) { in sosendudp()
1205 if (flags & MSG_SYNC) in sosendtcp()