Searched refs:MSG_HOLD (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h750 #define MSG_HOLD 0x800 /* Hold frag in so_temp */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1419 } else if (addr == 0 && !(flags&MSG_HOLD)) {
1468 * MSG_HOLD: go thru most of sosend(), but just enqueue the mbuf
1469 * MSG_SEND: go thru as for MSG_HOLD on current fragment, then
1759 if (flags & (MSG_HOLD|MSG_SEND)) {
1774 if (flags & MSG_HOLD) {

Completed in 18 milliseconds