| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/ |
| ans.pl | 20 use Net::DNS; 21 use Net::DNS::Packet; 44 if ($Net::DNS::VERSION > 0.68) { 45 $packet = new Net::DNS::Packet(\$buf, 0); 49 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 64 $packet->push("answer", new Net::DNS::RR("com 300 NS a.root-servers.nil.")); 67 $packet->push("answer", new Net::DNS::RR("example.com 300 NS a.root-servers.nil.")); 70 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 CNAME cname1.example.com")); 71 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 A 1.2.3.4")); 74 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 A 1.2.3.4")) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/ |
| ans.pl | 20 use Net::DNS; 21 use Net::DNS::Packet; 51 if ($Net::DNS::VERSION > 0.68) { 52 $packet = new Net::DNS::Packet(\$buf, 0); 56 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 70 if ($qname eq "example.net" && $qtype eq "NS") { 71 $packet->push("answer", new Net::DNS::RR($qname . " 300 NS ns.example.net")); 72 $packet->push("additional", new Net::DNS::RR("ns.example.net 300 A 10.53.0.3")) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ |
| ans.pl | 20 use Net::DNS; 70 my $CAA = "othertype.example 2 IN CAA 0 issue \"ca1.example.net\""; 90 my $rr = new Net::DNS::RR("$qname 0 $qclass TXT \"$send_response\""); 98 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\""); 126 my $rr = new Net::DNS::RR($A); 129 my $rr = new Net::DNS::RR($SOA); 135 my $rr = new Net::DNS::RR($NS); 137 $rr = new Net::DNS::RR($A); 140 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 | 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/digdelv/ans7/ |
| ans.pl | 16 use Net::DNS; 17 use Net::DNS::Packet; 35 print "Net::DNS::VERSION => $Net::DNS::VERSION\n"; 44 if ($Net::DNS::VERSION > 0.68) { 45 $packet = new Net::DNS::Packet(\$buf, 0); 49 ($packet, $err) = new Net::DNS::Packet(\$buf, 0);
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| 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/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/digdelv/ans6/ |
| ans.pl | 16 use Net::DNS; 17 use Net::DNS::Packet; 40 if ($Net::DNS::VERSION > 0.68) { 41 $packet = new Net::DNS::Packet(\$buf, 0); 45 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 63 new Net::DNS::RR($qname . " 300 A 10.53.0.5"));
|
| /src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| searchexample.pl | 20 # See: http://search.cpan.org/dist/Net-Server/ 26 use Net::Server::PreFork; # any personality will do 28 @ISA = qw(Net::Server::PreFork);
|
| /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/ |
| ans.pl | 28 use Net::DNS; 29 use Net::DNS::Packet; 87 Net::DNS::RR->new("$qname 300 IN SOA . . 0 0 0 0 300"), 88 Net::DNS::RR->new("$qname NS ."), 92 Net::DNS::RR->new("$qname 300 IN SOA . . 0 0 0 0 300"), 93 Net::DNS::RR->new("$qname NS ."), 94 Net::DNS::RR->new("$qname 300 IN SOA . . 0 0 0 0 300"), 102 # Generate a Net::DNS::Packet containing the response to send on the current 109 if ($Net::DNS::VERSION > 0.68) { 110 $request = new Net::DNS::Packet(\$buf, 0) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/ |
| ans.pl | 17 use Net::DNS; 18 use Net::DNS::Packet; 51 if ($Net::DNS::VERSION > 0.68) { 52 $request = new Net::DNS::Packet(\$buf, 0); 56 ($request, $err) = new Net::DNS::Packet(\$buf, 0); 66 my $response = new Net::DNS::Packet($qname, $qtype, $qclass); 75 $response->push("answer", new Net::DNS::RR($qname . " 300 NS ns.no-questions")); 76 $response->push("additional", new Net::DNS::RR("ns.no-questions. 300 A 10.53.0.8")); 79 $response->push("answer", new Net::DNS::RR($qname . " 300 A 10.53.0.8")) 87 # don't use Net::DNS to construct the header only reply as earl [all...] |
| /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"); 125 } elsif ($qname eq "direct.example.net" ) { 128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata"); 132 } elsif( $qname =~ /^ns1\.(\d+)\.example\.net$/ ) [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"); 125 } elsif ($qname eq "direct.example.net" ) { 128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata"); 133 } elsif( $qname =~ /^ns1\.(\d+)\.example\.net$/ ) { 137 my $rr = new Net::DNS::RR("$1.example.net 86400 $qclass NS ns1.$s.example.net") [all...] |
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| dexplorer | 211 mkdir Net 355 # Net Tests, DTrace 366 ' | $clean > Net/mib_data 380 ' | $clean > Net/tcpw_by_process 517 rm Net/mib_data 518 rm Net/tcpw_by_process 531 rmdir Net
|
| /src/external/cddl/dtracetoolkit/dist/ |
| dexplorer | 211 mkdir Net 355 # Net Tests, DTrace 366 ' | $clean > Net/mib_data 380 ' | $clean > Net/tcpw_by_process 517 rm Net/mib_data 518 rm Net/tcpw_by_process 531 rmdir Net
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| update_test.pl | 31 # This program uses the Net::DNS::Resolver module. 34 # perl -MCPAN -e "install Net::DNS" 38 use Net::DNS; 39 use Net::DNS::Update; 40 use Net::DNS::Resolver; 47 $res = new Net::DNS::Resolver; 70 my $update = new Net::DNS::Update("$zone"); 204 test("NOERROR", ["update", rr_add("a.$zone 300 PTR foo.net.")]); 205 test("NOERROR", ["pre", yxrrset("A.$zone PTR fOo.NeT.")]); 208 test("NOERROR", ["update", rr_add("b.$zone 300 CNAME foo.net.")]) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/data/ |
| write-test-data.pl | 28 use Net::Works::Network; 160 Net::Works::Network->new_from_string( string => $network ), 178 my @networks = Net::Works::Network->range_as_subnets( 179 Net::Works::Address->new_from_integer( 183 Net::Works::Address->new_from_integer(
|
| /src/external/bsd/ntp/dist/scripts/update-leap/ |
| update-leap.in | 31 use Net::SSLeay 1.49; 469 NET::SSLeay - version >= 1.49
|
| /src/external/mpl/dhcp/dist/contrib/ldap/ |
| dhcpd-conf-to-ldap | 25 use Net::Domain qw(hostname hostfqdn hostdomain);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| regstr.d | 188 REGSTR_PATH_REALMODENET = `Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net`,
|
| /src/external/bsd/ipf/dist/ |
| HISTORY | 539 <net/if_types.h> is only present on Solaris2.6/7/8 565 Tel.Net Media for providing hardware for testing. 979 patches for OpenBSD 2.1 - Craig Bevins <craigb@bitcom.net.au> 993 some nit picking on solaris2 with SUNWspro - Michael Lyle <mrl@rpnet.net> 1288 <lpj@ans.net> 1443 (dima@best.net) 1640 Patches from Guido van Rooij to fix sending back TCP RSTs on Net-2/Net-3
|