/third_party/cares/test/ |
D | ares-test-misc.cc | 169 ares_mkquery("example.com", ns_c_in, ns_t_a, 0x1234, 0, &p, &len); in TEST_F() 184 ares_create_query("exam\\@le.com", ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 200 ares_create_query("example.com\\.", ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 218 ns_c_in, ns_t_a, 0x1234, 0, &p, &len, 0)); in TEST_F() 231 ares_create_query(longname.c_str(), ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 239 ares_create_query("example.com", ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 247 ares_create_query(longlabel.c_str(), ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 254 ares_create_query("example..com", ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 263 ares_create_query("dontleak.onion", ns_c_in, ns_t_a, 0x1234, 0, in TEST_F() 294 ares_search(channel_, "dontleak.onion", ns_c_in, ns_t_a, in TEST_F() [all …]
|
D | ares-test-fuzz-name.c | 19 ares_create_query(name, ns_c_in, ns_t_aaaa, 1234, 0, &buf, &buflen, 1024); in LLVMFuzzerTestOneInput()
|
D | ares-test-live.cc | 276 ares_search(channel_, "www.youtube.com.", ns_c_in, ns_t_a, in VIRT_NONVIRT_TEST_F() 285 ares_search(channel_, "", ns_c_in, ns_t_a, in VIRT_NONVIRT_TEST_F() 294 ares_search(channel_, "google.com.", ns_c_in, ns_t_ns, in VIRT_NONVIRT_TEST_F() 303 ares_search(channel_, "google.com.", ns_c_in, ns_t_mx, in VIRT_NONVIRT_TEST_F() 312 ares_search(channel_, "google.com.", ns_c_in, ns_t_txt, in VIRT_NONVIRT_TEST_F() 321 ares_search(channel_, "google.com.", ns_c_in, ns_t_soa, in VIRT_NONVIRT_TEST_F() 330 ares_search(channel_, "_imap._tcp.gmail.com.", ns_c_in, ns_t_srv, in VIRT_NONVIRT_TEST_F() 339 ares_search(channel_, "google.com.", ns_c_in, ns_t_any, in VIRT_NONVIRT_TEST_F()
|
D | dns-proto.h | 47 : name_(name), rrtype_(rrtype), qclass_(ns_c_in) {} in DNSQuestion()
|
D | ares-test-mock.cc | 598 ares_search(channel_, "fully.qualified.", ns_c_in, ns_t_a, SearchCallback, &result); in TEST_P() 618 ares_search(channel_, "a.b.c.w.w.w", ns_c_in, ns_t_a, SearchCallback, &result); in TEST_P()
|
D | dns-proto.cc | 148 case ns_c_in: return "IN"; in ClassToString()
|
D | ares-test.cc | 314 if (DNS_QUESTION_CLASS(question) != ns_c_in) { in ProcessFD()
|
/third_party/cares/ |
D | nameser.h | 24 ns_c_in = 1, /* Internet. */ enumerator 148 #define C_IN ns_c_in
|
/third_party/grpc/src/core/lib/iomgr/ |
D | nameser.h | 34 ns_c_in = 1, /* Internet. */ enumerator
|
/third_party/node/src/ |
D | cares_wrap.cc | 831 wrap->AresQuery(name, ns_c_in, ns_t_any); in Send() 836 wrap->AresQuery(name, ns_c_in, ns_t_a); in Send() 841 wrap->AresQuery(name, ns_c_in, ns_t_aaaa); in Send() 846 wrap->AresQuery(name, ns_c_in, T_CAA); in Send() 851 wrap->AresQuery(name, ns_c_in, ns_t_cname); in Send() 856 wrap->AresQuery(name, ns_c_in, ns_t_mx); in Send() 861 wrap->AresQuery(name, ns_c_in, ns_t_ns); in Send() 866 wrap->AresQuery(name, ns_c_in, ns_t_txt); in Send() 871 wrap->AresQuery(name, ns_c_in, ns_t_srv); in Send() 876 wrap->AresQuery(name, ns_c_in, ns_t_ptr); in Send() [all …]
|
/third_party/musl/include/arpa/ |
D | nameser.h | 212 ns_c_in = 1, enumerator 440 #define C_IN ns_c_in
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 212 ns_c_in = 1, enumerator 440 #define C_IN ns_c_in
|
/third_party/node/deps/cares/include/ |
D | ares_nameser.h | 77 ns_c_in = 1, /* Internet. */ enumerator
|
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 905 ares_query(r->ev_driver->channel, service_name.c_str(), ns_c_in, ns_t_srv, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked() 911 ares_search(r->ev_driver->channel, config_name.c_str(), ns_c_in, ns_t_txt, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked()
|