Searched refs:kTypeNSEC (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_protocol.h120 static const uint16 kTypeNSEC = 47; member in namespace:net::dns_protocol
H A Dmdns_client_impl.cc254 if (record->type() == dns_protocol::kTypeNSEC) {
266 DCHECK_EQ(dns_protocol::kTypeNSEC, record->type());
278 if ((*i)->type() == dns_protocol::kTypeNSEC)
670 client_->core()->QueryCache(dns_protocol::kTypeNSEC, name_, &records);
H A Drecord_rdata.h189 static const uint16 kType = dns_protocol::kTypeNSEC;

Completed in 75 milliseconds