Searched refs:kTypePTR (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/dns/ |
D | mdns_client_unittest.cc | 456 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 …]
|
D | dns_protocol.h | 116 static const uint16 kTypePTR = 12; variable
|
D | record_rdata.h | 143 static const uint16 kType = dns_protocol::kTypePTR;
|
/external/chromium_org/chrome/utility/local_discovery/ |
D | service_discovery_client_impl.cc | 67 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/ |
D | dns_response_builder.cc | 46 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata); in AppendPtr()
|
D | dns_sd_server.cc | 201 case net::dns_protocol::kTypePTR: in ProccessQuery()
|