Home
last modified time | relevance | path

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

/webrtc/rtcp/src/
H A Derror.rs24 BadFirstPacket, enumerator
/webrtc/rtcp/src/compound_packet/
H A Dcompound_packet_test.rs60 let a = Error::BadFirstPacket; in test_bad_compound()
62 Error::BadFirstPacket, in test_bad_compound()
H A Dmod.rs133 return Err(Error::BadFirstPacket.into()); in validate()