Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dheader.rs63 Answers = 3, enumerator
75 3 => Section::Answers, in from()
89 Section::Answers => "answer", in fmt()
113 Section::Answers => self.answers, in count()
H A Dbuilder.rs104 self.start_check(Section::Answers)?; in start_answers()
105 self.section = Section::Answers; in start_answers()
127 Section::Answers => (&mut self.header.answers, Error::ErrTooManyAnswers), in increment_section_count()
162 if self.section < Section::Answers { in check_resource_section()
H A Dparser.rs168 self.resource_header(Section::Answers) in answer_header()
173 self.resource(Section::Answers) in answer()
204 self.skip_resource(Section::Answers) in skip_answer()