Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp113 .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 …]
H A Dmdns_packet_parser.cpp159 begin = ReadNUint16(begin, questions.back().qtype); in ParseQuestion()
352 WriteRawData(htons(question.qtype), payload); in SerializeQuestion()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddns_checker.cpp60 unsigned short qtype; member
205 qinfo->qtype = htons(DNS_ADDRESS_TYPE); in checkDnsValid()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h114 uint16_t qtype; member