HomeSort by relevance Sort by last modified time
    Searched refs:T_AAAA (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/arpa/
nameser_compat.h 210 #define T_AAAA ns_t_aaaa
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/arpa/
nameser_compat.h 210 #define T_AAAA ns_t_aaaa
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/arpa/
nameser_compat.h 210 #define T_AAAA ns_t_aaaa
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]
gethnamaddr.c 228 case T_AAAA:
258 if (qtype == T_A || qtype == T_AAAA) {
298 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
401 case T_AAAA:
412 if (type == T_AAAA) {
1190 type = T_AAAA;
    [all...]
  /external/c-ares/
ares_parse_aaaa_reply.c 145 if (rr_class == C_IN && rr_type == T_AAAA
adig.c 154 { "AAAA", T_AAAA },
710 case T_AAAA:
ares_gethostbyname.c 149 ares_search(hquery->channel, hquery->name, C_IN, T_AAAA,
  /external/dnsmasq/src/
rfc1035.c 755 else if (qtype == T_AAAA)
890 if (qtype == T_AAAA)
933 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp);
    [all...]
  /external/tcpdump/
print-domain.c 273 { T_AAAA, "AAAA" }, /* RFC 1886 */
485 case T_AAAA:

Completed in 290 milliseconds

12