Searched refs:SCTP_SHUTDOWN_COMPLETE (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dprint-sctp.c112 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
132 { SCTP_SHUTDOWN_COMPLETE, "SHUTDOWN COMPLETE" },
/freebsd-current/sys/netinet/
H A Dsctp.h456 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
H A Dsctp_input.c3280 case SCTP_SHUTDOWN_COMPLETE:
4470 (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) ||
5013 case SCTP_SHUTDOWN_COMPLETE:
5014 SCTPDBG(SCTP_DEBUG_INPUT3, "SCTP_SHUTDOWN_COMPLETE, stcb %p\n", (void *)stcb);
5427 if (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) {
H A Dsctp_auth.c110 (chunk == SCTP_SHUTDOWN_COMPLETE) ||
H A Dsctp_output.c11080 shutdown_complete->ch.chunk_type = SCTP_SHUTDOWN_COMPLETE;
11367 sctp_send_resp_msg(src, dst, sh, 0, SCTP_SHUTDOWN_COMPLETE, NULL,
H A Dsctp_indata.c2821 case SCTP_SHUTDOWN_COMPLETE:
H A Dsctputil.c4580 case SCTP_SHUTDOWN_COMPLETE:
/freebsd-current/sys/netinet/libalias/
H A Dalias_sctp.c1105 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) {
1164 case SCTP_SHUTDOWN_COMPLETE: /* minimum sized chunk */
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c2141 case SCTP_SHUTDOWN_COMPLETE:

Completed in 304 milliseconds