Home
last modified time | relevance | path

Searched refs:CT_ECNE (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_type.rs21 pub(crate) const CT_ECNE: ChunkType = ChunkType(12); constant
43 CT_ECNE => "ECNE", // Explicit Congestion Notification Echo in fmt()
73 (CT_ECNE, "ECNE"), in test_chunk_type_string()
H A Dchunk_test.rs23 (CT_ECNE, "ECNE"), in test_chunk_type_string()