Home
last modified time | relevance | path

Searched refs:SCTP_EOF (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_uio.h244 #define SCTP_EOF 0x0100 /* Start shutdown procedures */ macro
253 & ~(SCTP_EOF | SCTP_ABORT | SCTP_UNORDERED |\
H A Dsctp_output.c6655 if (ca->sndrcv.sinfo_flags & SCTP_EOF) { in sctp_sendall_iterator()
7339 (sp->sinfo_flags & SCTP_EOF) == SCTP_EOF) { in sctp_move_to_outqueue()
12369 (srcv->sinfo_flags & SCTP_EOF) || in sctp_copy_it_in()
12591 sinfo_flags |= SCTP_EOF; in sctp_lower_sosend()
12690 ((sinfo_flags & SCTP_EOF) && (sndlen == 0))) { in sctp_lower_sosend()
12766 sinfo_flags |= SCTP_EOF; in sctp_lower_sosend()
13095 if (sinfo_flags & SCTP_EOF) { in sctp_lower_sosend()
13239 (sinfo_flags & SCTP_EOF) || in sctp_lower_sosend()
13462 if (sinfo_flags & SCTP_EOF) { in sctp_lower_sosend()
13471 if ((sinfo_flags & SCTP_EOF) && in sctp_lower_sosend()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h244 #define SCTP_EOF 0x0100 /* Start shutdown procedures */ macro
253 & ~(SCTP_EOF | SCTP_ABORT | SCTP_UNORDERED |\