OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
)