HomeSort by relevance Sort by last modified time
    Searched refs:kTypePTR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/dns/
mdns_client_unittest.cc 456 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
459 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local",
500 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
535 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local",
567 dns_protocol::kTypePTR, "_privet._tcp.local",
592 dns_protocol::kTypePTR, "_privet._tcp.local",
626 dns_protocol::kTypePTR, "_privet._tcp.local",
645 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
668 dns_protocol::kTypePTR, "_privet._tcp.local",
690 dns_protocol::kTypePTR, "_privet._tcp.local"
    [all...]
dns_protocol.h 116 static const uint16 kTypePTR = 12;
record_rdata.h 143 static const uint16 kType = dns_protocol::kTypePTR;
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_impl.cc 67 net::dns_protocol::kTypePTR, service_type_, this);
103 net::dns_protocol::kTypePTR, service_type_, transaction_flags,
120 if (record->type() == net::dns_protocol::kTypePTR) {
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.cc 46 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata);
dns_sd_server.cc 201 case net::dns_protocol::kTypePTR:

Completed in 340 milliseconds