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