HomeSort by relevance Sort by last modified time
    Searched refs:T_A (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 129 #define T_A ns_t_a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 129 #define T_A ns_t_a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 129 #define T_A ns_t_a
  /external/dnsmasq/src/
rfc1035.c 543 if ((qclass == C_IN) && (qtype == T_A))
747 if (qtype == T_A)
886 if (qtype == T_A)
923 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp);
997 if (qclass == C_IN && qtype == T_A)
    [all...]
nameser.h 109 #define INADDRSZ 4 /* IPv4 T_A */
138 #define T_A 1 /* host address */
  /bionic/libc/private/
arpa_nameser_compat.h 181 #define T_A ns_t_a
  /external/tcpdump/
nameser.h 139 #define T_A 1 /* host address */
print-domain.c 246 { T_A, "A" }, /* RFC 1035 */
408 case T_A:
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 200 case T_A:
230 if (qtype == T_A || qtype == T_AAAA) {
274 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
385 case T_A:
450 if (res->nsort && haveanswer > 1 && qtype == T_A)
1266 type = T_A;
    [all...]

Completed in 211 milliseconds