Home
last modified time | relevance | path

Searched refs:SCTP_ECT1_BIT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_constants.h292 #define SCTP_ECT1_BIT 0x01 macro
Dsctp_input.c3772 } else if ((ecn_bits & SCTP_ECT1_BIT) == SCTP_ECT1_BIT) { in sctp_process_ecn_marked_a()
3954 (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) { in sctp_common_input_processing()
3970 … if (stcb->asoc.ecn_allowed && (ecn_bits & (SCTP_ECT0_BIT|SCTP_ECT1_BIT)) ) { in sctp_common_input_processing()
Dsctp_output.c2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT; in sctp_get_ect()
2052 return (SCTP_ECT1_BIT); in sctp_get_ect()