Searched refs:qtype (Results 1 – 4 of 4) sorted by relevance
113 .qtype = DNSProto::RRTYPE_PTR, in Browse()349 .qtype = DNSProto::RRTYPE_PTR, in DiscoveryFromNet()418 .qtype = DNSProto::RRTYPE_SRV, in ResolveInstanceFromNet()423 .qtype = DNSProto::RRTYPE_TXT, in ResolveInstanceFromNet()460 .qtype = DNSProto::RRTYPE_A, in ResolveFromNet()465 .qtype = DNSProto::RRTYPE_AAAA, in ResolveFromNet()586 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_PTR) { in ProcessQuestionRecord()602 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_SRV) { in ProcessQuestionRecord()616 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_TXT) { in ProcessQuestionRecord()624 …if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_A || qu.qtype == DNSProto::RR… in ProcessQuestionRecord()[all …]
159 begin = ReadNUint16(begin, questions.back().qtype); in ParseQuestion()352 WriteRawData(htons(question.qtype), payload); in SerializeQuestion()
60 unsigned short qtype; member205 qinfo->qtype = htons(DNS_ADDRESS_TYPE); in checkDnsValid()
114 uint16_t qtype; member