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

  /external/chromium_org/net/dns/
dns_protocol.h 120 static const uint16 kTypeNSEC = 47;
record_rdata.h 189 static const uint16 kType = dns_protocol::kTypeNSEC;
mdns_client_impl.cc 280 if (record->type() == dns_protocol::kTypeNSEC) {
292 DCHECK_EQ(dns_protocol::kTypeNSEC, record->type());
304 if ((*i)->type() == dns_protocol::kTypeNSEC)
696 client_->core()->QueryCache(dns_protocol::kTypeNSEC, name_, &records);

Completed in 77 milliseconds