Searched refs:MSG_EOR (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c1736 * Usually, MSG_EOR isn't used on SOCK_STREAM type sockets.
1743 !(so->so_flags & SOF_ENABLE_MSGS) && (flags & MSG_EOR))) {
1776 if (flags & MSG_EOR)
1938 if (flags & MSG_EOR)
2131 flags = *flagsp &~ MSG_EOR;
2712 flags |= MSG_EOR;
2816 if (flags & MSG_EOR)
2950 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) {
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h714 #define MSG_EOR 0x8 /* data completes record */ macro
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1250 if (resid < 0 || (flags & MSG_EOR) || control != NULL) {
H A Dmptcp_subr.c857 flags = *flagsp &~ MSG_EOR;

Completed in 46 milliseconds