Home
last modified time | relevance | path

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

/webrtc/rtcp/src/
H A Derror.rs17 InvalidHeader, enumerator
H A Dheader.rs111 return Err(Error::InvalidHeader.into()); in marshal_to()
283 Some(Error::InvalidHeader), in test_header_roundtrip()
H A Dpacket.rs70 0 => Err(Error::InvalidHeader), in unmarshal()
212 let want = Error::InvalidHeader; in test_packet_unmarshal_empty()
/webrtc/rtcp/src/source_description/
H A Dsource_description_test.rs110 Some(Error::InvalidHeader), in test_source_description_unmarshal()
H A Dmod.rs425 return Err(Error::InvalidHeader.into()); in unmarshal()