OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
dnssec_update_test.pl
26
# This program uses the Net::
DNS
::Resolver module.
29
# perl -MCPAN -e "install Net::
DNS
"
33
use Net::
DNS
;
34
use Net::
DNS
::Update;
35
use Net::
DNS
::Resolver;
42
$res = new Net::
DNS
::Resolver;
65
my $update = new Net::
DNS
::Update("$zone");
/src/external/mpl/bind/dist/bin/tests/system/fetchlimit/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/forward/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/ixfr/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/nsupdate/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/resolver/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/statistics/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/stress/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/zero/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/chain/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
21
if ! ${PERL} -MNet::
DNS
::Nameserver -e ''; then
22
echo_i "perl Net::
DNS
::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/reclimit/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
21
if ! ${PERL} -MNet::
DNS
::Nameserver -e ''; then
22
echo_i "perl Net::
DNS
::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/xfer/
prereq.sh
16
# macOS ships with Net::
DNS
0.74 which does not work with
19
if ${PERL} -MNet::
DNS
-e 'exit ($Net::
DNS
::VERSION >= 1.0)'; then
20
version=$(${PERL} -MNet::
DNS
-e 'print $Net::
DNS
::VERSION')
21
echo_i "perl Net::
DNS
$version is too old - skipping xfer test"
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans2/
ans.pl
20
use Net::
DNS
;
99
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
107
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
116
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"$send_response\"");
135
my $rr = new Net::
DNS
::RR($A);
138
my $rr = new Net::
DNS
::RR($SOA);
144
my $rr = new Net::
DNS
::RR($NS);
146
$rr = new Net::
DNS
::RR($A);
149
my $rr = new Net::
DNS
::RR($SOA);
152
my $rr = new Net::
DNS
::RR($SOA)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/
ans.pl
92
use Net::
DNS
;
93
use Net::
DNS
::Packet;
127
print "Using Net::
DNS
$Net::
DNS
::VERSION\n";
146
if ($Net::
DNS
::VERSION > 0.68) {
147
$request = new Net::
DNS
::Packet(\$buf, 0);
151
($request, $err) = new Net::
DNS
::Packet(\$buf, 0);
161
my $packet = new Net::
DNS
::Packet($qname, $qtype, $qclass);
188
if ($Net::
DNS
::VERSION < 0.69) {
189
$tsig = Net::
DNS
::RR->new
[
all
...]
ditch.pl
20
# or more
DNS
names and types to send as queries, e.g.:
31
use Net::
DNS
;
32
use Net::
DNS
::Packet;
67
if ($Net::
DNS
::VERSION > 0.68) {
68
$packet = new Net::
DNS
::Packet();
72
($packet, $err) = new Net::
DNS
::Packet();
76
my $q = new Net::
DNS
::Question($tokens[0], $tokens[1], "IN");
packet.pl
64
use Net::
DNS
;
65
use Net::
DNS
::Packet;
86
if ($Net::
DNS
::VERSION > 0.68) {
87
$response = new Net::
DNS
::Packet(\$buf, 0);
91
($response, $err) = new Net::
DNS
::Packet(\$buf, 0);
/src/external/mpl/bind/dist/bin/tests/system/statschannel/
prereq.sh
16
if ! ${PERL} -MNet::
DNS
-e ''; then
17
echo_i "perl Net::
DNS
module is required"
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/ans8/
ans.pl
20
use Net::
DNS
;
58
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"update\"");
66
my $rr = new Net::
DNS
::RR("$qname 0 $qclass TXT \"restore\"");
75
my $rr = new Net::
DNS
::RR($ywhSOA);
78
my $rr = new Net::
DNS
::RR($ywhNS);
80
$rr = new Net::
DNS
::RR($ywhA);
86
my $rr = new Net::
DNS
::RR($ywhA);
89
my $rr = new Net::
DNS
::RR($ywhSOA);
95
my $rr = new Net::
DNS
::RR($ywhWWW);
98
my $rr = new Net::
DNS
::RR($ywhSOA)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.pl
19
use Net::
DNS
::Nameserver;
28
if ($Net::
DNS
::VERSION >= 1.42) {
53
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
74
my $ns = Net::
DNS
::Nameserver->new(
81
if ($Net::
DNS
::VERSION >= 1.42) {
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl
19
use Net::
DNS
;
74
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
88
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
101
my $rr = new Net::
DNS
::RR("$qname 86400 $qclass NS ns1.1.example.org");
105
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
113
my $rr = new Net::
DNS
::RR("$1.example.org 86400 $qclass NS ns1.$next.example.org");
119
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
128
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
136
my $rr = new Net::
DNS
::RR("$1.example.net 86400 $qclass NS ns1.$s.example.net");
138
$rr = new Net::
DNS
::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7")
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl
19
use Net::
DNS
;
74
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
88
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
103
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
112
my $rr = new Net::
DNS
::RR("$1.example.org 86400 $qclass NS ns1.$next.example.org");
119
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
128
my $rr = new Net::
DNS
::RR("$qname $ttl $qclass $qtype $rdata");
137
my $rr = new Net::
DNS
::RR("$1.example.net 86400 $qclass NS ns1.$s.example.net");
140
$rr = new Net::
DNS
::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
157
$request = new Net::
DNS
::Packet(\$buf, 0)
[
all
...]
Completed in 19 milliseconds
1
2
3
Indexes created Mon Apr 20 00:23:12 UTC 2026