Searched refs:SCTP_SHUTDOWN (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-sctp.c361 case SCTP_SHUTDOWN :
H A DsctpConstants.h113 #define SCTP_SHUTDOWN 0x07 macro
/freebsd-10.1-release/sys/netinet/
H A Dsctp.h437 #define SCTP_SHUTDOWN 0x07 macro
H A Dsctp_output.c7049 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) ||
8380 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) ||
9222 chk->rec.chunk_id.id = SCTP_SHUTDOWN;
9236 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN;
H A Dsctp_input.c3397 case SCTP_SHUTDOWN:
5061 case SCTP_SHUTDOWN:
5062 SCTPDBG(SCTP_DEBUG_INPUT3, "SCTP_SHUTDOWN, stcb %p\n",
5083 SCTPDBG(SCTP_DEBUG_INPUT3, "SCTP_SHUTDOWN-ACK, stcb %p\n", (void *)stcb);
5295 SCTPDBG(SCTP_DEBUG_INPUT3, "SCTP_SHUTDOWN-COMPLETE, stcb %p\n", (void *)stcb);
H A Dsctp_indata.c2447 case SCTP_SHUTDOWN:

Completed in 197 milliseconds