Home
last modified time | relevance | path

Searched refs:qclass (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/dns/dnscheckengine/engine/lib/DNSCheck/Lookup/
H A DDNS.pm135 my $qclass = shift;
167 my $qclass = shift;
196 my $qclass = shift;
255 my $qclass = shift;
279 my $qclass = shift;
410 my $qclass = shift;
524 my $qclass = shift;
534 my $qclass = shift;
544 my $qclass = shift;
578 my $qclass = shift;
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/
H A DQuestion.pm59 my $qclass = shift || '';
62 unless ( exists $classbyname{$qclass} ) {
63 ( $qtype, $qclass ) = ( $qclass, $qtype ) if exists $classbyname{$qtype};
64 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qtype =~ /CLASS/;
67 ( $qtype, $qclass ) = ( $qclass, $qtype ) if exists $typebyname{$qclass};
68 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qclass =~ /TYPE/;
81 $self->{qclass} = classbyname( $qclass || 'IN' );
153 return join "\t", $self->{qname}->string, $self->qclass, $self->qtype;
258 return classbyval( $self->{qclass} );
261 sub qclass { return &class; } subroutine
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/
H A DQuestion.pm59 my $qclass = uc( shift || '' );
62 unless ( exists $Net::DNS::classesbyname{$qclass} ) {
63 ( $qtype, $qclass ) = ( $qclass, $qtype )
65 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qtype =~ /CLASS/;
68 ( $qtype, $qclass ) = ( $qclass, $qtype )
69 if exists $Net::DNS::typesbyname{$qclass};
70 ( $qtype, $qclass ) = ( $qclass, $qtype ) if $qclass =~ /TYPE/;
83 $self->{class} = Net::DNS::classesbyname( $qclass || 'IN' );
202 sub qclass { &class; } subroutine
231 return join "\t", $self->{name}->string, $self->qclass, $self->qtype;
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/chain/ans3/
H A Dans.pl40 my ($qname, $qclass, $qtype, $peerhost, $query, $conn) = @_;
51 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
53 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
62 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
67 my $rr = new Net::DNS::RR("$qname $ttl $qclass DNAME .");
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
74 $rr = new Net::DNS::RR("$synth $ttl $qclass DNAME .");
78 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
80 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
91 my $rr = new Net::DNS::RR("$qname $ttl $qclass A 10.53.0.3");
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/chain/ans3/
H A Dans.pl42 my ($qname, $qclass, $qtype, $peerhost, $query, $conn) = @_;
53 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
55 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
64 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
69 my $rr = new Net::DNS::RR("$qname $ttl $qclass DNAME .");
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
76 $rr = new Net::DNS::RR("$synth $ttl $qclass DNAME .");
80 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
82 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
93 my $rr = new Net::DNS::RR("$qname $ttl $qclass A 10.53.0.3");
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/chain/ans3/
H A Dans.pl42 my ($qname, $qclass, $qtype, $peerhost, $query, $conn) = @_;
53 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
55 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
64 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
69 my $rr = new Net::DNS::RR("$qname $ttl $qclass DNAME .");
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
76 $rr = new Net::DNS::RR("$synth $ttl $qclass DNAME .");
80 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
82 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
93 my $rr = new Net::DNS::RR("$qname $ttl $qclass A 10.53.0.3");
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/chain/ans3/
H A Dans.pl40 my ($qname, $qclass, $qtype, $peerhost, $query, $conn) = @_;
51 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
53 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
62 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
67 my $rr = new Net::DNS::RR("$qname $ttl $qclass DNAME .");
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
74 $rr = new Net::DNS::RR("$synth $ttl $qclass DNAME .");
78 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
80 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
91 my $rr = new Net::DNS::RR("$qname $ttl $qclass A 10.53.0.3");
[all …]
/dports/mail/courier/courier-0.65.3/rfc1035/
H A Drfc1035search.c15 unsigned qclass, unsigned qtype) in found() argument
21 rrp->rrclass != qclass) return (0); in found()
32 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_an() argument
60 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ns() argument
88 unsigned qtype, unsigned qclass, int pos) in rfc1035_replysearch_ar() argument
148 unsigned qclass, in rfc1035_resolve_cname() argument
156 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
165 *ptr, namebuf, qtype, qclass, 0))<0) in rfc1035_resolve_cname()
187 qclass, 0)) >= 0) in rfc1035_resolve_cname()
200 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
[all …]
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035search.c13 unsigned qclass, unsigned qtype) in found() argument
19 rrp->rrclass != qclass) return (0); in found()
147 unsigned qclass, in rfc1035_resolve_cname() argument
155 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
186 qclass, 0)) >= 0) in rfc1035_resolve_cname()
199 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
204 qtype, qclass, 0)) >= 0) in rfc1035_resolve_cname()
220 unsigned qclass, in rfc1035_resolve_cname_multiple() argument
251 qu[u].qclass=qclass; in rfc1035_resolve_cname_multiple()
260 qclass, in rfc1035_resolve_cname_multiple()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035search.c13 unsigned qclass, unsigned qtype) in found() argument
19 rrp->rrclass != qclass) return (0); in found()
147 unsigned qclass, in rfc1035_resolve_cname() argument
155 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
186 qclass, 0)) >= 0) in rfc1035_resolve_cname()
199 namebuf, qtype, qclass)) == 0) in rfc1035_resolve_cname()
204 qtype, qclass, 0)) >= 0) in rfc1035_resolve_cname()
220 unsigned qclass, in rfc1035_resolve_cname_multiple() argument
251 qu[u].qclass=qclass; in rfc1035_resolve_cname_multiple()
260 qclass, in rfc1035_resolve_cname_multiple()
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/reclimit/ans4/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
88 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
101 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
103 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
128 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
[all …]
/dports/dns/bind916/bind-9.16.27/bin/tests/system/reclimit/ans4/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
88 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
90 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
103 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
105 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
130 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/reclimit/ans4/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
88 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
101 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
103 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
128 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/reclimit/ans4/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
74 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
88 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
90 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
103 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
105 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
130 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/reclimit/ans4/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
88 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
101 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
103 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
128 print ("\twait=$wait ans: $qname $ttl $qclass $qtype $rdata\n");
[all …]
/dports/dns/powerdns/pdns-4.5.2/modules/pipebackend/
H A Dbackend.pl33 my ($type,$qname,$qclass,$qtype,$id,$ip)=split(/\t/);
37 …print "DATA $qname $qclass SOA 3600 -1 ns1.example.com ahu.example.com 2008080300 1800 3600 604800…
41 print "DATA $qname $qclass NS 3600 -1 ns1.example.com\n";
42 print "DATA $qname $qclass NS 3600 -1 ns2.example.com\n";
46 print "DATA $qname $qclass TXT 3600 -1 \"hallo allemaal!\"\n";
50 print "DATA $qname $qclass A 3600 -1 1.2.3.4\n";
51 print "DATA $qname $qclass A 3600 -1 1.2.3.5\n";
52 print "DATA $qname $qclass A 3600 -1 1.2.3.6\n";
56 print "DATA $qname $qclass CNAME 3600 -1 webserver.example.com\n";
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/chain/ans3/
H A Dans.pl40 my ($qname, $qclass, $qtype, $peerhost, $query, $conn) = @_;
48 my $rr = new Net::DNS::RR("$qname $ttl $qclass SOA . . 0 0 0 0 0");
51 my $rr = new Net::DNS::RR("$qname $ttl $qclass NS $nsname");
53 $rr = new Net::DNS::RR("$nsname $ttl $qclass A $localaddr");
60 $rr = new Net::DNS::RR("name.$synth2 $ttl $qclass CNAME name");
62 $rr = new Net::DNS::RR("$synth2 $ttl $qclass DNAME .");
67 my $rr = new Net::DNS::RR("$qname $ttl $qclass DNAME .");
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
74 $rr = new Net::DNS::RR("$synth $ttl $qclass DNAME .");
78 my $rr = new Net::DNS::RR("$qname $ttl $qclass CNAME name.");
[all …]
/dports/dns/dnscheckengine/engine/lib/DNSCheck/Test/
H A DDelegation.pm60 my $qclass = $self->qclass;
106 my $qclass = $parent->config->get("dns")->{class};
111 my @ns = $parent->dns->get_nameservers_at_parent($zone, $qclass);
131 $parent->dns->query_parent($zone, $nameserver, $qclass, "AAAA");
160 my $qclass = $self->qclass;
271 $self->parent->dns->get_nameservers_at_child($zone, $self->qclass);
323 $self->parent->dns->get_nameservers_ipv4($zone, $self->qclass);
334 $self->parent->dns->get_nameservers_ipv6($zone, $self->qclass);
352 my $qclass = $self->qclass;
365 map { $parent->dns->find_addresses($_, $qclass) } @$current;
[all …]
H A DConnectivity.pm49 my $qclass = $self->qclass;
70 my $qclass = $self->qclass;
80 my $ipv4 = $parent->dns->get_nameservers_ipv4($zone, $qclass);
121 my $qclass = $self->qclass;
131 my $ipv6 = $parent->dns->get_nameservers_ipv6($zone, $qclass);
/dports/dns/bind916/bind-9.16.27/bin/tests/system/reclimit/ans2/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
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");
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
138 $rr = new Net::DNS::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
158 my $qclass = $question->qclass;
[all …]
/dports/dns/bind911/bind-9.11.37/bin/tests/system/reclimit/ans2/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
99 my $rr = new Net::DNS::RR("$qname 86400 $qclass NS ns1.1.example.org");
103 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
136 $rr = new Net::DNS::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
156 my $qclass = $question->qclass;
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/reclimit/ans2/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
99 my $rr = new Net::DNS::RR("$qname 86400 $qclass NS ns1.1.example.org");
103 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
136 $rr = new Net::DNS::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
156 my $qclass = $question->qclass;
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/reclimit/ans2/
H A Dans.pl60 my ($qname, $qclass, $qtype) = @_;
72 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
86 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
99 my $rr = new Net::DNS::RR("$qname 86400 $qclass NS ns1.1.example.org");
103 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
117 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
118 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
126 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
136 $rr = new Net::DNS::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
156 my $qclass = $question->qclass;
[all …]
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/reclimit/ans2/
H A Dans.pl62 my ($qname, $qclass, $qtype) = @_;
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");
119 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
120 print("\tresponse: $qname $ttl $qclass $qtype $rdata\n");
128 my $rr = new Net::DNS::RR("$qname $ttl $qclass $qtype $rdata");
138 $rr = new Net::DNS::RR("ns1.$s.example.net 86400 $qclass A 10.53.0.7");
158 my $qclass = $question->qclass;
[all …]
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A Ddns.py289 qclass = struct.unpack("!H", qclass)[0]
290 aux.append((qname, qtype, qclass))
309 qclass = struct.unpack("!H", qclass)[0]
310 aux.append((qname, qtype, qclass))
376 qclass = struct.unpack("!H", qclass)[0]
433 udp_payload_size = qclass
479 qname, qtype, qclass = questions.pop()
480 … format = (qname, DNSType.getTypeName(qtype), qtype, DNSClass.getClassName(qclass), qclass)
489 …t = (qname, DNSType.getTypeName(qtype), qtype, DNSClass.getClassName(qclass), qclass, qttl, repr(q…
498 …t = (qname, DNSType.getTypeName(qtype), qtype, DNSClass.getClassName(qclass), qclass, qttl, repr(q…
[all …]

12345678910>>...32