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

/external/ppp/pppd/plugins/pppoatm/
H A Dans.c112 case T_PTR:
253 if (!res && !ans(tmp,T_PTR,buffer,length)) return 0;
256 return ans(tmp,T_PTR,buffer,length);
260 return ans(tmp,T_PTR,buffer,length);
/external/dnsmasq/src/
H A Dnameser.h149 #define T_PTR 12 /* domain name pointer */ macro
H A Drfc1035.c677 if (qtype == T_PTR)
708 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
1222 if (qtype == T_PTR || qtype == T_ANY)
1251 T_PTR, C_IN, "d", intr->name))
1265 T_PTR, C_IN, "d", ptr->ptr))
1298 T_PTR, C_IN, "d", cache_get_name(crecp)))
/external/tcpdump/
H A Dnameser.h150 #define T_PTR 12 /* domain name pointer */ macro
H A Dprint-domain.c257 { T_PTR, "PTR" }, /* RFC 1035 */
416 case T_PTR:

Completed in 69 milliseconds