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 475 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
478 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local",
519 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
554 test_client_.CreateListener(dns_protocol::kTypePTR, "_printer._tcp.local",
586 dns_protocol::kTypePTR, "_privet._tcp.local",
611 dns_protocol::kTypePTR, "_privet._tcp.local",
645 dns_protocol::kTypePTR, "_privet._tcp.local",
664 test_client_.CreateListener(dns_protocol::kTypePTR, "_privet._tcp.local",
687 dns_protocol::kTypePTR, "_privet._tcp.local",
709 dns_protocol::kTypePTR, "_privet._tcp.local"
    [all...]
dns_protocol.h 116 static const uint16 kTypePTR = 12;
record_rdata.h 142 static const uint16 kType = dns_protocol::kTypePTR;
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.cc 67 net::dns_protocol::kTypePTR, service_type_, this);
114 net::dns_protocol::kTypePTR, service_type_, transaction_flags,
131 if (record->type() == net::dns_protocol::kTypePTR) {
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.cc 48 AddResponse(service_type, net::dns_protocol::kTypePTR, ttl, rdata, answer);
dns_sd_server.cc 201 case net::dns_protocol::kTypePTR:

Completed in 188 milliseconds