Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c110 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
130 { SCTP_SHUTDOWN_COMPLETE, "SHUTDOWN COMPLETE" },
/freebsd/sys/netinet/
H A Dsctp.h456 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
H A Dsctp_input.c3280 case SCTP_SHUTDOWN_COMPLETE: in process_chunk_drop()
4470 (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) || in sctp_process_control()
5013 case SCTP_SHUTDOWN_COMPLETE: in sctp_process_control()
5427 if (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) { in sctp_common_input_processing()
H A Dsctp_auth.c110 (chunk == SCTP_SHUTDOWN_COMPLETE) || in sctp_auth_add_chunk()
H A Dsctp_indata.c2807 case SCTP_SHUTDOWN_COMPLETE: in sctp_process_data()
H A Dsctp_output.c11078 shutdown_complete->ch.chunk_type = SCTP_SHUTDOWN_COMPLETE; in sctp_send_shutdown_complete()
11365 sctp_send_resp_msg(src, dst, sh, 0, SCTP_SHUTDOWN_COMPLETE, NULL, in sctp_send_shutdown_complete2()
H A Dsctputil.c4580 case SCTP_SHUTDOWN_COMPLETE: in sctp_handle_ootb()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c1105 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) { in sctp_PktParser()
1164 case SCTP_SHUTDOWN_COMPLETE: /* minimum sized chunk */ in sctp_PktParser()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c2070 case SCTP_SHUTDOWN_COMPLETE: in pf_scan_sctp()