Searched refs:T_PTR (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/plugins/pppoatm/ |
D | ans.c | 112 case T_PTR: in ans() 253 if (!res && !ans(tmp,T_PTR,buffer,length)) return 0; in ans_byaddr() 256 return ans(tmp,T_PTR,buffer,length); in ans_byaddr() 260 return ans(tmp,T_PTR,buffer,length); in ans_byaddr()
|
/external/dnsmasq/src/ |
D | nameser.h | 149 #define T_PTR 12 /* domain name pointer */ macro
|
D | rfc1035.c | 553 if (qtype == T_PTR) { in extract_addresses() 578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) { in extract_addresses() 1042 if (qtype == T_PTR || qtype == T_ANY) { in answer_request() 1065 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request() 1076 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request() 1098 crec_ttl(crecp, now), NULL, T_PTR, C_IN, in answer_request()
|
/external/tcpdump/ |
D | nameser.h | 135 #define T_PTR 12 /* domain name pointer */ macro
|
D | print-domain.c | 260 { T_PTR, "PTR" }, /* RFC 1035 */ 427 case T_PTR: in ns_rprint()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | nameser.h | 165 #define T_PTR ns_t_ptr macro
|
D | ares_parse_ptr_reply.c | 114 if (rr_class == C_IN && rr_type == T_PTR in ares_parse_ptr_reply()
|
D | adig.c | 122 { "PTR", T_PTR }, 583 case T_PTR: in display_rr()
|
D | ares_gethostbyaddr.c | 116 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, in next_lookup()
|