/external/chromium_org/chrome/browser/net/ |
dns_probe_test_util.cc | 29 const uint16 kTypeA = net::dns_protocol::kTypeA; 31 rules.push_back(MockDnsClientRule(DnsProbeRunner::kKnownGoodHostname, kTypeA,
|
dns_probe_runner.cc | 112 net::dns_protocol::kTypeA,
|
/external/chromium_org/net/dns/ |
dns_query_unittest.cc | 41 DnsQuery q1(0xbeef, qname, dns_protocol::kTypeA); 42 EXPECT_EQ(dns_protocol::kTypeA, q1.qtype()); 58 DnsQuery q1(0, qname, dns_protocol::kTypeA);
|
dns_transaction_unittest.cc | 670 AddAsyncQueryAndRcode("x.y.z", dns_protocol::kTypeA, 672 AddAsyncQueryAndRcode("x.y.z.a", dns_protocol::kTypeA, 674 AddAsyncQueryAndRcode("x.y.z.b", dns_protocol::kTypeA, 676 AddAsyncQueryAndRcode("x.y.z.c", dns_protocol::kTypeA, 679 TransactionHelper helper0("x.y.z", dns_protocol::kTypeA, 697 AddAsyncQueryAndRcode("x.y.a", dns_protocol::kTypeA, 699 AddAsyncQueryAndRcode("x.y.b", dns_protocol::kTypeA, 701 AddAsyncQueryAndRcode("x.y.c", dns_protocol::kTypeA, 703 AddAsyncQueryAndRcode("x.y", dns_protocol::kTypeA, 706 AddAsyncQueryAndRcode("x.a", dns_protocol::kTypeA, [all...] |
dns_protocol.h | 114 static const uint16 kTypeA = 1;
|
dns_test_util.h | 22 static const uint16 kT0Qtype = dns_protocol::kTypeA; 63 static const uint16 kT1Qtype = dns_protocol::kTypeA; 97 static const uint16 kT2Qtype = dns_protocol::kTypeA; 130 static const uint16 kT3Qtype = dns_protocol::kTypeA;
|
mdns_client_unittest.cc | 609 test_client_.CreateListener(dns_protocol::kTypeA, 750 dns_protocol::kTypeA, "codereview.chromium.local", 881 test_client_.CreateListener(dns_protocol::kTypeA, "privet.local", 899 test_client_.CreateListener(dns_protocol::kTypeA, "_privet._tcp.local", 912 OnNsecRecord("_privet._tcp.local", dns_protocol::kTypeA)); 921 dns_protocol::kTypeA, "_privet._tcp.local", 955 dns_protocol::kTypeA, "_privet._tcp.local", [all...] |
dns_test_util.cc | 113 size_t rdata_size = qtype_ == net::dns_protocol::kTypeA ? 128 if (qtype_ == net::dns_protocol::kTypeA) {
|
dns_response_unittest.cc | 143 EXPECT_EQ(dns_protocol::kTypeA, record.type); 162 scoped_ptr<DnsQuery> query(new DnsQuery(0xcafe, qname, dns_protocol::kTypeA)); 317 EXPECT_EQ(dns_protocol::kTypeA, record.type); 375 EXPECT_EQ(dns_protocol::kTypeA, record.type);
|
record_rdata.h | 77 static const uint16 kType = dns_protocol::kTypeA;
|
host_resolver_impl_unittest.cc | [all...] |
dns_response.cc | 286 DCHECK(expected_type == dns_protocol::kTypeA ||
|
mdns_cache_unittest.cc | 342 EXPECT_EQ(dns_protocol::kTypeA,
|
dns_transaction.cc | 565 if (qtype_ == dns_protocol::kTypeA) 650 if (response && qtype_ == dns_protocol::kTypeA) {
|
host_resolver_impl.cc | [all...] |
/external/chromium_org/chrome/utility/local_discovery/ |
service_discovery_client_impl.cc | 294 net::dns_protocol::kTypeA, 411 DCHECK(record->type() == net::dns_protocol::kTypeA); 433 transaction_a_ = CreateTransaction(net::dns_protocol::kTypeA); 459 if (record->type() == net::dns_protocol::kTypeA) {
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_response_builder.cc | 80 AddResponse(service_domain_name, net::dns_protocol::kTypeA, ttl,
|
dns_sd_server.cc | 220 case net::dns_protocol::kTypeA:
|