Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dparser.rs226 pub fn authority(&mut self) -> Result<Resource> { in authority() method
243 match self.authority() { in all_authorities()
H A Dmod.rs339 for authority in &mut self.authorities { in append_pack()
340 msg = authority.pack(msg, &mut compression, compression_off)?; in append_pack()
H A Dmessage_test.rs620 Box::new(|p: &mut Parser<'_>| -> Result<()> { p.authority().map(|_| ()) }), in test_skip_after_read()