Home
last modified time | relevance | path

Searched refs:unmarshal_binary (Results 1 – 4 of 4) sorted by relevance

/webrtc/dtls/src/
H A Dstate.rs240 pub async fn unmarshal_binary(&mut self, data: &[u8]) -> Result<()> { in unmarshal_binary() method
/webrtc/ice/src/udp_mux/
H A Dmod.rs123 (m.unmarshal_binary(buffer), m) in conn_from_stun_message()
/webrtc/stun/src/
H A Dmessage.rs133 pub fn unmarshal_binary(&mut self, data: &[u8]) -> Result<()> { in unmarshal_binary() method
/webrtc/stun/src/message/
H A Dmessage_test.rs733 m.unmarshal_binary(&data)?; in test_message_marshal_binary()