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

  /external/dnsmasq/src/
rfc1035.c 385 if (class == C_IN && type == T_TKEY) *is_sign = 1;
442 if ((qclass == C_IN) && (qtype == T_A)) {
492 if ((qclass == C_IN) && (qtype == T_SOA)) {
549 if (qclass != C_IN) continue;
578 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR)) {
635 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype)) {
720 if (qclass == C_IN) {
753 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_A, C_IN, "4",
761 add_resource_record(header, NULL, NULL, sizeof(HEADER), &p, ttl, NULL, T_AAAA, C_IN, "6",
819 if (qclass == C_IN && qtype == T_A)
    [all...]
nameser.h 203 #define C_IN 1 /* the arpa internet */
option.c     [all...]
  /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);
getaddrinfo.c 1154 if (class != C_IN) {
1189 qname, p_class(C_IN), p_type(qtype),
    [all...]
res_debug.c 359 {C_IN, "IN"},
365 {C_IN, (char *)0}
  /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
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 224 #define C_IN ns_c_in
  /external/tcpdump/
nameser.h 192 #define C_IN 1 /* the arpa internet */
print-domain.c 314 { C_IN, "IN" }, /* Not used */
345 if (class != C_IN)
385 if (class != C_IN && typ != T_OPT)
print-lwres.c 421 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
540 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]
gethnamaddr.c 309 if (class != C_IN) {
368 qname, p_class(C_IN), p_type(qtype),
1174 n = res_nsearch(res, name, C_IN, type, buf->buf, (int)sizeof(buf->buf));
1261 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)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 411 {C_IN, "IN", (char *)0},
418 {C_IN, (char *)0, (char *)0}
    [all...]

Completed in 205 milliseconds