Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c103 #define SCTP_SHUTDOWN 0x07 macro
123 { SCTP_SHUTDOWN, "SHUTDOWN" },
/freebsd/sys/netinet/
H A Dsctp.h449 #define SCTP_SHUTDOWN 0x07 macro
H A Dsctp_output.c7138 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) || in sctp_clean_up_ctl()
8407 (chk->rec.chunk_id.id == SCTP_SHUTDOWN) || in sctp_med_chunk_output()
9257 if (chk->rec.chunk_id.id == SCTP_SHUTDOWN) { in sctp_send_shutdown()
9280 chk->rec.chunk_id.id = SCTP_SHUTDOWN; in sctp_send_shutdown()
9293 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/sys/netpfil/pf/
H A Dpf_norm.c2055 case SCTP_SHUTDOWN: in pf_scan_sctp()