HomeSort by relevance Sort by last modified time
    Searched refs:T_PTR (Results 1 - 12 of 12) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
ans.c 112 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);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 178 if (class == C_IN && type == T_PTR) {
261 anslen = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
295 anslen = res_search(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
gethostbydns.c 220 case T_PTR:
330 if (qtype == T_PTR && type == T_CNAME) {
364 case T_PTR:
701 n = res_query(qbuf, C_IN, T_PTR, (u_char *)buf.buf, sizeof buf.buf);
706 if ( NULL == (hp = gethostanswer(&buf, n, qbuf, T_PTR)))
res_mkupdate.c 254 case T_PTR:
res_debug.c 404 {T_PTR, "PTR", "domain name pointer"},
  /bionic/libc/include/arpa/
nameser_compat.h 132 #define T_PTR ns_t_ptr
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 192 #define T_PTR ns_t_ptr
  /external/dnsmasq/src/
nameser.h 149 #define T_PTR 12 /* domain name pointer */
rfc1035.c 553 if (qtype == T_PTR) {
578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) {
    [all...]
  /external/tcpdump/
nameser.h 135 #define T_PTR 12 /* domain name pointer */
print-domain.c 260 { T_PTR, "PTR" }, /* RFC 1035 */
427 case T_PTR:
  /bionic/libc/dns/net/
gethnamaddr.c 247 case T_PTR:
343 if (qtype == T_PTR && type == T_CNAME) {
374 case T_PTR:
1261 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf));
1268 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf,
    [all...]

Completed in 1235 milliseconds