Home
last modified time | relevance | path

Searched refs:ns_c_in (Results 1 – 14 of 14) sorted by relevance

/third_party/cares/test/
Dares-test-misc.cc169 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 …]
Dares-test-fuzz-name.c19 ares_create_query(name, ns_c_in, ns_t_aaaa, 1234, 0, &buf, &buflen, 1024); in LLVMFuzzerTestOneInput()
Dares-test-live.cc276 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()
Ddns-proto.h47 : name_(name), rrtype_(rrtype), qclass_(ns_c_in) {} in DNSQuestion()
Dares-test-mock.cc598 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()
Ddns-proto.cc148 case ns_c_in: return "IN"; in ClassToString()
Dares-test.cc314 if (DNS_QUESTION_CLASS(question) != ns_c_in) { in ProcessFD()
/third_party/cares/
Dnameser.h24 ns_c_in = 1, /* Internet. */ enumerator
148 #define C_IN ns_c_in
/third_party/grpc/src/core/lib/iomgr/
Dnameser.h34 ns_c_in = 1, /* Internet. */ enumerator
/third_party/node/src/
Dcares_wrap.cc831 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/
Dnameser.h212 ns_c_in = 1, enumerator
440 #define C_IN ns_c_in
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h212 ns_c_in = 1, enumerator
440 #define C_IN ns_c_in
/third_party/node/deps/cares/include/
Dares_nameser.h77 ns_c_in = 1, /* Internet. */ enumerator
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc905 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()