Home
last modified time | relevance | path

Searched refs:skip_authority (Results 1 – 2 of 2) sorted by relevance

/webrtc/mdns/src/message/
H A Dparser.rs257 pub fn skip_authority(&mut self) -> Result<()> { in skip_authority() method
264 if let Err(err) = self.skip_authority() { in skip_all_authorities()
H A Dmessage_test.rs585 p.skip_authority()?; in test_skip_each()
586 if let Err(err) = p.skip_authority() { in test_skip_each()
634 "Authority" => p.skip_authority(), in test_skip_after_read()