Searched refs:C_IN (Results 1 – 9 of 9) sorted by relevance
/external/dnsmasq/src/ |
D | rfc1035.c | 385 if (class == C_IN && type == T_TKEY) *is_sign = 1; in find_pseudoheader() 442 if ((qclass == C_IN) && (qtype == T_A)) { in do_doctor() 492 if ((qclass == C_IN) && (qtype == T_SOA)) { in find_soa() 549 if (qclass != C_IN) continue; in extract_addresses() 578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) { in extract_addresses() 635 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype)) { in extract_addresses() 720 if (qclass == C_IN) { in extract_request() 753 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", in setup_reply() 761 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", in setup_reply() 819 if (qclass == C_IN && qtype == T_A) { in check_for_bogus_wildcard() [all …]
|
D | nameser.h | 203 #define C_IN 1 /* the arpa internet */ macro
|
D | option.c | 2130 new->class = C_IN; in one_opt()
|
/external/ppp/pppd/plugins/pppoatm/ |
D | ans.c | 50 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/ipsec-tools/src/racoon/ |
D | getcertsbyname.c | 139 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/ |
D | print-domain.c | 314 { C_IN, "IN" }, /* Not used */ 345 if (class != C_IN) in ns_qprint() 385 if (class != C_IN && typ != T_OPT) in ns_rprint()
|
D | print-lwres.c | 421 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print() 540 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) { in lwres_print()
|
D | nameser.h | 192 #define C_IN 1 /* the arpa internet */ macro
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 1092 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()
|