Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dprint-sctp.c103 #define SCTP_SHUTDOWN 0x07 macro
123 { SCTP_SHUTDOWN, "SHUTDOWN" },
/freebsd-14.2/sys/netinet/
H A Dsctp.h450 #define SCTP_SHUTDOWN 0x07 macro
H A Dsctp_output.c7140 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) || in sctp_clean_up_ctl()
8409 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) || in sctp_med_chunk_output()
9259 if (chk->rec.chunk_id.id == SCTP_SHUTDOWN) { in sctp_send_shutdown()
9282 chk->rec.chunk_id.id = SCTP_SHUTDOWN; in sctp_send_shutdown()
9295 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN; in sctp_send_shutdown()
H A Dsctp_input.c3238 case SCTP_SHUTDOWN: in process_chunk_drop()
4809 case SCTP_SHUTDOWN: in sctp_process_control()
H A Dsctp_indata.c2800 case SCTP_SHUTDOWN: in sctp_process_data()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_norm.c2121 case SCTP_SHUTDOWN: in pf_scan_sctp()