OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aqtype
(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
698
GETSHORT(
aqtype
, p1);
708
if (aqclass == C_IN && res != 2 && (
aqtype
== T_CNAME ||
aqtype
== T_PTR))
713
if (
aqtype
== T_CNAME)
773
GETSHORT(
aqtype
, p1);
779
if (aqclass == C_IN && res != 2 && (
aqtype
== T_CNAME ||
aqtype
== qtype))
781
if (
aqtype
== T_CNAME)
[
all
...]
Completed in 132 milliseconds