Searched refs:SdesEnd (Results 1 – 2 of 2) sorted by relevance
27 SdesEnd = 0, // end of SDES list RFC 3550, 6.5 enumerator41 SdesType::SdesEnd => "END", in fmt()66 _ => SdesType::SdesEnd, in from()121 buf.put_u8(SdesType::SdesEnd as u8); in marshal_to()155 if item.sdes_type == SdesType::SdesEnd { in unmarshal()208 if self.sdes_type == SdesType::SdesEnd { in marshal_to()249 if sdes_type == SdesType::SdesEnd { in unmarshal()
268 sdes_type: SdesType::SdesEnd, in test_source_description_roundtrip()