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

  /external/chromium_org/net/dns/
dns_protocol.h 119 static const uint16 kTypeSRV = 33;
record_rdata.h 45 static const uint16 kType = dns_protocol::kTypeSRV;
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.cc 147 DCHECK(record->type() == net::dns_protocol::kTypeSRV ||
151 if (record->type() == net::dns_protocol::kTypeSRV) {
161 if (record->type() != net::dns_protocol::kTypeSRV ||
196 net::dns_protocol::kTypeSRV, service_name, watcher);
217 net::dns_protocol::kTypeSRV, service_name_,
392 net::dns_protocol::kTypeSRV, service_name_,
491 DCHECK(record->type() == net::dns_protocol::kTypeSRV);
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_response_builder.cc 73 AddResponse(service_name, net::dns_protocol::kTypeSRV, ttl,
dns_sd_server.cc 225 case net::dns_protocol::kTypeSRV:

Completed in 2796 milliseconds