Home
last modified time | relevance | path

Searched refs:MSG_EOF (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c757 if ((sinfo->sinfo_flags & MSG_EOF) && in sosctp_sendmsg()
764 if (sinfo->sinfo_flags & MSG_EOF) { in sosctp_sendmsg()
977 (s_flags & MSG_EOF)) { in sosctp_seq_sendmsg()
1026 if (s_flags & MSG_EOF) { in sosctp_seq_sendmsg()
/titanic_50/usr/src/uts/common/netinet/
H A Dsctp.h139 #define MSG_EOF 0x04 /* Shutdown the connection */ macro