Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsocket.h616 #define MSG_EOR 0x8 /* data completes record */ macro
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c2119 (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { in sosend()
2154 if (flags & MSG_EOR) { in sosend()
2377 if (flags & MSG_EOR) { in sosend()
3222 flags = *flagsp & ~MSG_EOR; in soreceive()
3669 flags |= MSG_EOR; in soreceive()
3750 if (flags & MSG_EOR) { in soreceive()
3892 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) { in soreceive()
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1279 (flags & MSG_EOR) || control != NULL) { in mptcp_usr_sosend()
H A Dmptcp_subr.c2050 flags = *flagsp & ~MSG_EOR; in mptcp_subflow_soreceive()