Home
last modified time | relevance | path

Searched refs:kTypePTR (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/dns/
Dmdns_client_unittest.cc475 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
478 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local", in TEST_F()
519 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
554 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local", in TEST_F()
586 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
611 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
645 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
664 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
687 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
709 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
[all …]
Ddns_protocol.h116 static const uint16 kTypePTR = 12; variable
Drecord_rdata.h142 static const uint16 kType = dns_protocol::kTypePTR;
/external/chromium_org/chrome/common/local_discovery/
Dservice_discovery_client_impl.cc67 net::dns_protocol::kTypePTR, service_type_, this); in Start()
114 net::dns_protocol::kTypePTR, service_type_, transaction_flags, in CreateTransaction()
131 if (record->type() == net::dns_protocol::kTypePTR) { in OnRecordUpdate()
/external/chromium_org/cloud_print/gcp20/prototype/
Ddns_response_builder.cc48 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata, answer); in AppendPtr()
Ddns_sd_server.cc201 case net::dns_protocol::kTypePTR: in ProccessQuery()