Searched refs:RRTYPE_SRV (Results 1 – 3 of 3) sorted by relevance
418 .qtype = DNSProto::RRTYPE_SRV, in ResolveInstanceFromNet()502 … .rtype = static_cast<uint16_t>(DNSProto::RRTYPE_SRV), in Announce()590 AppendRecord(response.additional, DNSProto::RRTYPE_SRV, elem.first, in ProcessQuestionRecord()602 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_SRV) { in ProcessQuestionRecord()607 AppendRecord(response.answers, DNSProto::RRTYPE_SRV, name, in ProcessQuestionRecord()800 } else if (rr.rtype == DNSProto::RRTYPE_SRV) { in ProcessAnswerRecord()
226 case DNSProto::RRTYPE_SRV: { in ParseRData()
90 RRTYPE_SRV = 33, enumerator