OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aqclass
(Results
1 - 1
of
1
) sorted by null
/external/dnsmasq/src/
rfc1035.c
642
int i, j, qtype, qclass, aqtype,
aqclass
, ardlen, res, searched_soa = 0;
local
699
GETSHORT(
aqclass
, p1);
708
if (
aqclass
== C_IN && res != 2 && (aqtype == T_CNAME || aqtype == T_PTR))
774
GETSHORT(
aqclass
, p1);
779
if (
aqclass
== C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
[
all
...]
Completed in 93 milliseconds