HomeSort by relevance Sort by last modified time
    Searched refs:T_PTR (Results 1 - 15 of 15) 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 141 #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 679 if (qtype == T_PTR)
710 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
1230 if (qtype == T_PTR || qtype == T_ANY)
1259 T_PTR, C_IN, "d", intr->name))
1273 T_PTR, C_IN, "d", ptr->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:
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 203 #define T_PTR ns_t_ptr
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 203 #define T_PTR ns_t_ptr
  /bionic/libc/dns/net/
gethnamaddr.c 247 case T_PTR:
343 if (qtype == T_PTR && type == T_CNAME) {
374 case T_PTR:
1292 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf))
    [all...]

Completed in 457 milliseconds