Searched refs:T_PTR (Results 1 – 5 of 5) 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 | 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() 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()
|
D | nameser.h | 149 #define T_PTR 12 /* domain name pointer */ macro
|
/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()
|