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

  /external/dnsmasq/src/
rfc1035.c 466 if (class == C_IN && type == T_TKEY)
543 if ((qclass == C_IN) && (qtype == T_A))
603 if ((qclass == C_IN) && (qtype == T_SOA))
672 if (qclass != C_IN)
708 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
779 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
884 if (qclass == C_IN)
923 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp);
931 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp);
997 if (qclass == C_IN && qtype == T_A
    [all...]
nameser.h 203 #define C_IN 1 /* the arpa internet */
option.c     [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 139 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
148 if (rr->rri_rdclass != C_IN
239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
  /bionic/libc/include/arpa/
nameser_compat.h 226 #define C_IN ns_c_in
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 226 #define C_IN ns_c_in
  /external/libpcap/Win32/Include/arpa/
nameser.h 189 #define C_IN 1 /* the arpa internet */
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]
  /bionic/libc/dns/
gethnamaddr.c 274 if (class != C_IN) {
337 qname, p_class(C_IN), p_type(qtype),
1293 n = res_nsearch(res, name, C_IN, type, buf->buf, sizeof(buf->buf));
1380 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1092 if (rrclass != C_IN)
1097 C_IN,
1098 ns_class_to_str (C_IN),
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 419 {C_IN, "IN", (char *)0},
426 {C_IN, (char *)0, (char *)0}
    [all...]

Completed in 142 milliseconds