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.cc456 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
459 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local", in TEST_F()
500 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
535 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local", in TEST_F()
567 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
592 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
626 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
645 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
668 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
690 dns_protocol::kTypePTR, "_privet._tcp.local", in TEST_F()
[all …]
Ddns_protocol.h116 static const uint16 kTypePTR = 12; variable
Drecord_rdata.h143 static const uint16 kType = dns_protocol::kTypePTR;
/external/chromium_org/chrome/utility/local_discovery/
Dservice_discovery_client_impl.cc67 net::dns_protocol::kTypePTR, service_type_, this); in Start()
103 net::dns_protocol::kTypePTR, service_type_, transaction_flags, in CreateTransaction()
120 if (record->type() == net::dns_protocol::kTypePTR) { in OnRecordUpdate()
/external/chromium_org/cloud_print/gcp20/prototype/
Ddns_response_builder.cc46 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata); in AppendPtr()
Ddns_sd_server.cc201 case net::dns_protocol::kTypePTR: in ProccessQuery()