Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dmdns_message.h190 return authority_section_; in authority_section()
200 std::vector<MdnsResourceRecord> authority_section_; variable
Dmdns_message.cc346 !read_rr(&authority_section_, header_.nscount) || in Read()
370 if (!write_rr(answer_section_) || !write_rr(authority_section_) || in Write()