Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dheader.rs64 Authorities = 4, enumerator
76 4 => Section::Authorities, in from()
90 Section::Authorities => "authority", in fmt()
114 Section::Authorities => self.authorities, in count()
H A Dbuilder.rs111 self.start_check(Section::Authorities)?; in start_authorities()
112 self.section = Section::Authorities; in start_authorities()
128 Section::Authorities => (&mut self.header.authorities, Error::ErrTooManyAuthorities), in increment_section_count()
H A Dparser.rs222 self.resource_header(Section::Authorities) in authority_header()
227 self.resource(Section::Authorities) in authority()
258 self.skip_resource(Section::Authorities) in skip_authority()