HomeSort by relevance Sort by last modified time
    Searched refs:T_AAAA (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 156 #define T_AAAA ns_t_aaaa
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 156 #define T_AAAA ns_t_aaaa
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 156 #define T_AAAA ns_t_aaaa
  /bionic/libc/private/
arpa_nameser_compat.h 208 #define T_AAAA ns_t_aaaa
  /external/dnsmasq/src/
nameser.h 110 #define IN6ADDRSZ 16 /* IPv6 T_AAAA */
165 #define T_AAAA 28 /* IP6 Address */
rfc1035.c 753 else if (qtype == T_AAAA)
888 if (qtype == T_AAAA)
931 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp);
    [all...]
  /external/tcpdump/
nameser.h 166 #define T_AAAA 28 /* IP6 Address */
print-domain.c 273 { T_AAAA, "AAAA" }, /* RFC 1886 */
477 case T_AAAA:
  /bionic/libc/netbsd/
gethnamaddr.c 196 case T_AAAA:
225 if (qtype == T_A || qtype == T_AAAA) {
269 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
381 case T_AAAA:
392 if (type == T_AAAA) {
1078 type = T_AAAA;
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 1221 milliseconds