Home
last modified time | relevance | path

Searched refs:C_IN (Results 1 – 22 of 22) sorted by relevance

/external/dnsmasq/src/
Drfc1035.c468 if (class == C_IN && type == T_TKEY) in find_pseudoheader()
545 if ((qclass == C_IN) && (qtype == T_A)) in do_doctor()
605 if ((qclass == C_IN) && (qtype == T_SOA)) in find_soa()
674 if (qclass != C_IN) in extract_addresses()
710 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) in extract_addresses()
781 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype)) in extract_addresses()
886 if (qclass == C_IN) in extract_request()
925 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp); in setup_reply()
933 … add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp); in setup_reply()
999 if (qclass == C_IN && qtype == T_A) in check_for_bogus_wildcard()
[all …]
Dnameser.h203 #define C_IN 1 /* the arpa internet */ macro
Doption.c2418 new->class = C_IN; in one_opt()
/external/ppp/pppd/plugins/pppoatm/
Dans.c50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0) in ans()
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER; in ans()
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len) in ans()
/external/c-ares/
Dares_gethostbyname.c149 ares_search(hquery->channel, hquery->name, C_IN, T_AAAA, in next_lookup()
154 ares_search(hquery->channel, hquery->name, C_IN, T_A, in next_lookup()
203 ares_search(hquery->channel, hquery->name, C_IN, T_A, in host_callback()
218 ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback, in host_callback()
Dares_parse_ptr_reply.c111 if (rr_class == C_IN && rr_type == T_PTR in ares_parse_ptr_reply()
147 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_ptr_reply()
Dares_parse_a_reply.c145 if (rr_class == C_IN && rr_type == T_A in ares_parse_a_reply()
175 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_a_reply()
Dares_parse_aaaa_reply.c145 if (rr_class == C_IN && rr_type == T_AAAA in ares_parse_aaaa_reply()
175 if (rr_class == C_IN && rr_type == T_CNAME) in ares_parse_aaaa_reply()
Dadig.c119 { "IN", C_IN },
200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main()
535 if (dnsclass != C_IN) in display_question()
584 if (dnsclass != C_IN) in display_rr()
Dares_parse_mx_reply.c110 if (rr_class == C_IN && rr_type == T_MX) in ares_parse_mx_reply()
Dares_parse_srv_reply.c115 if (rr_class == C_IN && rr_type == T_SRV) in ares_parse_srv_reply()
Dares_parse_txt_reply.c117 if (rr_class == C_IN && rr_type == T_TXT) in ares_parse_txt_reply()
Dares_parse_ns_reply.c114 if ( rr_class == C_IN && rr_type == T_NS ) in ares_parse_ns_reply()
Dnameser.h148 #define C_IN ns_c_in macro
Dares_gethostbyaddr.c123 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, in next_lookup()
/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c139 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
148 if (rr->rri_rdclass != C_IN
239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
/external/tcpdump/
Dprint-domain.c311 { C_IN, "IN" }, /* Not used */
342 if (class != C_IN) in ns_qprint()
382 if (class != C_IN && typ != T_OPT) in ns_rprint()
Dnameser.h206 #define C_IN 1 /* the arpa internet */ macro
Dprint-lwres.c422 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
541 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
/external/libpcap/Win32/Include/arpa/
Dnameser.h189 #define C_IN 1 /* the arpa internet */ macro
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c1092 if (rrclass != C_IN) in mdns_lookup_callback()
1097 C_IN, in mdns_lookup_callback()
1098 ns_class_to_str (C_IN), in mdns_lookup_callback()
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch93 + new->class = C_IN;
137 if (qclass == C_IN)