Home
last modified time | relevance | path

Searched refs:T_PTR (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
Dans.c112 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/
Drfc1035.c553 if (qtype == T_PTR) { in extract_addresses()
578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) { in extract_addresses()
1020 if (qtype == T_PTR || qtype == T_ANY) { in answer_request()
1043 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request()
1054 daemon->local_ttl, NULL, T_PTR, C_IN, "d", in answer_request()
1076 crec_ttl(crecp, now), NULL, T_PTR, C_IN, in answer_request()
Dnameser.h149 #define T_PTR 12 /* domain name pointer */ macro
/external/tcpdump/
Dnameser.h135 #define T_PTR 12 /* domain name pointer */ macro
Dprint-domain.c260 { T_PTR, "PTR" }, /* RFC 1035 */
427 case T_PTR: in ns_rprint()