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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h734 #define MSG_EOR 0x8 /* data completes record */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1548 * Also check to make sure that MSG_EOR isn't used on SOCK_STREAM
1551 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) {
1580 if (flags & MSG_EOR)
1743 if (flags & MSG_EOR)
1923 flags = *flagsp &~ MSG_EOR;
2469 flags |= MSG_EOR;
2550 if (flags & MSG_EOR)
2687 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) {

Completed in 17 milliseconds