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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 133 #define T_CNAME ns_t_cname
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 133 #define T_CNAME ns_t_cname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 133 #define T_CNAME ns_t_cname
  /bionic/libc/private/
arpa_nameser_compat.h 185 #define T_CNAME ns_t_cname
  /external/dnsmasq/src/
nameser.h 142 #define T_CNAME 5 /* canonical name */
rfc1035.c 708 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
713 if (aqtype == T_CNAME)
779 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
781 if (aqtype == T_CNAME)
    [all...]
  /external/tcpdump/
nameser.h 143 #define T_CNAME 5 /* connonical name */
print-domain.c 250 { T_CNAME, "CNAME" }, /* RFC 1035 */
415 case T_CNAME:
  /bionic/libc/netbsd/
gethnamaddr.c 269 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
301 if (qtype == T_PTR && type == T_CNAME) {
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 225 milliseconds