/third_party/node/deps/cares/src/lib/ |
D | ares__parse_into_addrinfo.c | 111 if (rr_class == C_IN && rr_type == T_A in ares__parse_into_addrinfo() 126 else if (rr_class == C_IN && rr_type == T_AAAA in ares__parse_into_addrinfo() 142 if (rr_class == C_IN && rr_type == T_CNAME) in ares__parse_into_addrinfo()
|
D | ares_parse_ptr_reply.c | 108 if (rr_class == C_IN && rr_type == T_PTR in ares_parse_ptr_reply() 145 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_ptr_reply()
|
D | ares_getaddrinfo.c | 744 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup() 748 ares_query(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery); in next_dns_lookup() 752 ares_query(hquery->channel, s, C_IN, T_A, host_callback, hquery); in next_dns_lookup() 753 ares_query(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery); in next_dns_lookup()
|
D | ares_parse_mx_reply.c | 104 if (rr_class == C_IN && rr_type == T_MX) in ares_parse_mx_reply()
|
D | ares_parse_srv_reply.c | 104 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
|
D | ares_parse_uri_reply.c | 115 if (rr_class == C_IN && rr_type == T_URI) in ares_parse_uri_reply()
|
D | ares_parse_ns_reply.c | 109 if ( rr_class == C_IN && rr_type == T_NS ) in ares_parse_ns_reply()
|
D | ares_parse_txt_reply.c | 110 if ((rr_class == C_IN || rr_class == C_CHAOS) && rr_type == T_TXT) in ares__parse_txt_reply()
|
D | ares_parse_naptr_reply.c | 104 if (rr_class == C_IN && rr_type == T_NAPTR) in ares_parse_naptr_reply()
|
D | ares_parse_caa_reply.c | 108 if ((rr_class == C_IN || rr_class == C_CHAOS) && rr_type == T_CAA) in ares_parse_caa_reply()
|
D | ares_parse_soa_reply.c | 110 if ( rr_class == C_IN && rr_type == T_SOA ) in ares_parse_soa_reply()
|
D | ares_gethostbyaddr.c | 110 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, in next_lookup()
|
/third_party/node/deps/cares/include/ |
D | ares_nameser.h | 293 #ifndef C_IN 294 # define C_IN 1 /* ns_c_in */ macro
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
D | res_send.c | 22 const int class = C_IN;
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 76 { "IN", C_IN }, 161 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main() 350 if (type == T_PTR && dnsclass == C_IN && use_ptr_helper) in main() 509 if (dnsclass != C_IN) in display_question() 559 if (dnsclass != C_IN) in display_rr()
|
/third_party/glib/gio/ |
D | gthreadedresolver.c | 461 #define C_IN 1 macro 719 if (type != rrtype || qclass != C_IN) in g_resolver_records_from_res_query() 933 #ifndef C_IN 934 #define C_IN 1 macro 984 len = res_nquery (&res, lrd->rrname, C_IN, rrtype, answer->data, answer->len); in do_lookup_records() 986 len = res_query (lrd->rrname, C_IN, rrtype, answer->data, answer->len); in do_lookup_records()
|
D | meson.build | 17 # Don't check for C_IN on Android since it does not define it in public 21 int qclass = C_IN;''', 22 name : 'C_IN in public headers (no arpa/nameser_compat.h needed)') 26 int qclass = C_IN;''', 27 name : 'arpa/nameser_compat.h needed for C_IN') 30 error('Could not find required includes for ARPA C_IN')
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | res_query.c | 23 const int class = C_IN;
|
D | res_querydomain.c | 23 const int class = C_IN;
|
D | res_mkquery.c | 23 const int class = C_IN;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 440 #define C_IN ns_c_in macro
|