Home
last modified time | relevance | path

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

/webrtc/rtp/src/
H A Derror.rs9 ErrHeaderSizeInsufficient, enumerator
H A Dheader.rs61 return Err(Error::ErrHeaderSizeInsufficient.into()); in unmarshal()
85 return Err(Error::ErrHeaderSizeInsufficient.into()); in unmarshal()
/webrtc/rtp/src/packet/
H A Dpacket_test.rs1150 err: Error::ErrHeaderSizeInsufficient, in test_unmarshal_error_handling()
1161 err: Error::ErrHeaderSizeInsufficient, in test_unmarshal_error_handling()