Searched refs:RRTYPE_PTR (Results 1 – 4 of 4) sorted by relevance
113 .qtype = DNSProto::RRTYPE_PTR, in Browse()349 .qtype = DNSProto::RRTYPE_PTR, in DiscoveryFromNet()497 … .rtype = static_cast<uint16_t>(DNSProto::RRTYPE_PTR), in Announce()586 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_PTR) { in ProcessQuestionRecord()589 AppendRecord(response.answers, DNSProto::RRTYPE_PTR, name, elem.first); in ProcessQuestionRecord()798 if (rr.rtype == DNSProto::RRTYPE_PTR) { in ProcessAnswerRecord()
216 case DNSProto::RRTYPE_PTR: { in ParseRData()
43 0x00, static_cast<uint8_t>(DNSProto::RRTYPE_PTR),
87 RRTYPE_PTR = 12, enumerator