HomeSort by relevance Sort by last modified time
    Searched refs:C_IN (Results 1 - 16 of 16) 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/ppp/pppd/plugins/pppoatm/
ans.c 50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0)
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 171 #define C_IN ns_c_in
  /bionic/libc/private/
arpa_nameser_compat.h 224 #define C_IN ns_c_in
  /external/tcpdump/
nameser.h 207 #define C_IN 1 /* the arpa internet */
print-domain.c 311 { C_IN, "IN" }, /* Not used */
341 if (class != C_IN)
383 if (class != C_IN && typ != T_OPT)
print-lwres.c 426 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
545 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
  /bionic/libc/netbsd/
gethnamaddr.c 264 if (class != C_IN) {
327 qname, p_class(C_IN), p_type(qtype),
1093 n = res_nsearch(res, name, C_IN, type, buf->buf, sizeof(buf->buf));
1175 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
  /bionic/libc/netbsd/net/
getaddrinfo.c     [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/netbsd/resolv/
res_debug.c 376 {C_IN, "IN", (char *)0},
383 {C_IN, (char *)0, (char *)0}

Completed in 1169 milliseconds