Searched refs:C_IN (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c414 PUTSHORT(C_IN, p);
469 if ((qclass == C_IN) && (qtype == T_SOA))
518 if (qclass == C_IN && qtype == T_PTR && (is_arpa = in_arpa_name_2_addr(name, &addr)))
520 else if (qclass == C_IN && qtype == T_A)
523 else if (qclass == C_IN && qtype == T_AAAA)
590 if (qclass != C_IN)
670 if ((qclass != C_IN) || (res == 2))
740 if (qclass == C_IN)
782 PUTSHORT(C_IN, p);
796 PUTSHORT(C_IN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c50 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)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgetcertsbyname.c130 error = getrrsetbyname(name, C_IN, T_CERT, 0, &rr);
139 if (rr->rri_rdclass != C_IN
230 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dnameser.h207 #define C_IN 1 /* the arpa internet */ macro
H A Dprint-domain.c311 { C_IN, "IN" }, /* Not used */
341 if (class != C_IN)
383 if (class != C_IN && typ != T_OPT)
H A Dprint-lwres.c426 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
545 if (EXTRACT_16BITS(&grbn->rdclass) != C_IN) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Include/arpa/
H A Dnameser.h189 #define C_IN 1 /* the arpa internet */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Ddns.c42 #if !defined(C_IN) /* AIX 5.3 already defines C_IN */
43 # define C_IN ns_c_in macro
295 if ( (resp_len = res_query(name, C_IN, q_type, buffer, buf_len)) < 0 ) {

Completed in 76 milliseconds