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

/xnu-2782.1.97/bsd/sys/
H A Dsocket.h800 #define MSG_TRUNC 0x10 /* data discarded before delivery */ macro
1196 * may have MSG_TRUNC set to indicate the trailing portion of the datagram was
/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c3318 flags |= MSG_TRUNC;
3807 flags |= MSG_TRUNC;
3837 (flags & (MSG_RCVMORE | MSG_TRUNC)) == 0

Completed in 32 milliseconds