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

1 2 3

  /external/dnsmasq/src/
rfc1035.c 468 if (class == C_IN && type == T_TKEY)
545 if ((qclass == C_IN) && (qtype == T_A))
605 if ((qclass == C_IN) && (qtype == T_SOA))
674 if (qclass != C_IN)
710 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
781 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
886 if (qclass == C_IN)
925 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4", addrp);
933 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6", addrp);
999 if (qclass == C_IN && qtype == T_A
    [all...]
nameser.h 203 #define C_IN 1 /* the arpa internet */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbydns.c 178 if (class == C_IN && type == T_PTR) {
188 (class == C_IN) ? AF_INET : AF_UNSPEC;
261 anslen = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
295 anslen = res_search(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
gethostbydns.c 291 if (class != C_IN) {
357 qname, p_class(C_IN), p_type(qtype),
627 if ((n = res_search(name, C_IN, type, buf.buf, sizeof(buf))) < 0) {
701 n = res_query(qbuf, C_IN, T_PTR, (u_char *)buf.buf, sizeof buf.buf);
  /external/c-ares/
ares_parse_ptr_reply.c 111 if (rr_class == C_IN && rr_type == T_PTR
147 if (rr_class == C_IN && rr_type == T_CNAME)
ares_gethostbyname.c 149 ares_search(hquery->channel, hquery->name, C_IN, T_AAAA,
154 ares_search(hquery->channel, hquery->name, C_IN, T_A,
203 ares_search(hquery->channel, hquery->name, C_IN, T_A,
218 ares_search(hquery->channel, hquery->name, C_IN, T_A, host_callback,
ares_parse_mx_reply.c 110 if (rr_class == C_IN && rr_type == T_MX)
ares_parse_ns_reply.c 114 if ( rr_class == C_IN && rr_type == T_NS )
ares_parse_srv_reply.c 115 if (rr_class == C_IN && rr_type == T_SRV)
ares_parse_txt_reply.c 117 if (rr_class == C_IN && rr_type == T_TXT)
ares_parse_a_reply.c 145 if (rr_class == C_IN && rr_type == T_A
175 if (rr_class == C_IN && rr_type == T_CNAME)
ares_parse_aaaa_reply.c 145 if (rr_class == C_IN && rr_type == T_AAAA
175 if (rr_class == C_IN && rr_type == T_CNAME)
adig.c 119 { "IN", C_IN },
200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A;
535 if (dnsclass != C_IN)
584 if (dnsclass != C_IN)
nameser.h 148 #define C_IN ns_c_in
  /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);
  /bionic/libc/include/arpa/
nameser_compat.h 164 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 174 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 174 #define C_IN ns_c_in
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 226 #define C_IN ns_c_in
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 224 #define C_IN ns_c_in
  /external/libpcap/Win32/Include/arpa/
nameser.h 189 #define C_IN 1 /* the arpa internet */
  /external/tcpdump/
nameser.h 206 #define C_IN 1 /* the arpa internet */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 235 #define C_IN ns_c_in
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 235 #define C_IN ns_c_in

Completed in 1182 milliseconds

1 2 3