Home
last modified time | relevance | path

Searched refs:SCTP_ECN_CWR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c109 #define SCTP_ECN_CWR 0x0d macro
129 { SCTP_ECN_CWR, "ECN CWR" },
/freebsd/sys/netinet/
H A Dsctp.h455 #define SCTP_ECN_CWR 0x0d macro
H A Dsctp_output.c7145 (chk->rec.chunk_id.id == SCTP_ECN_CWR) || in sctp_clean_up_ctl()
8413 (chk->rec.chunk_id.id == SCTP_ECN_CWR) || in sctp_med_chunk_output()
11704 if ((chk->rec.chunk_id.id == SCTP_ECN_CWR) && (net == chk->whoTo)) { in sctp_send_cwr()
11728 chk->rec.chunk_id.id = SCTP_ECN_CWR; in sctp_send_cwr()
11745 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()
H A Dsctp_input.c3282 case SCTP_ECN_CWR: in process_chunk_drop()
5000 case SCTP_ECN_CWR: in sctp_process_control()
H A Dsctp_indata.c2806 case SCTP_ECN_CWR: in sctp_process_data()