Home
last modified time | relevance | path

Searched refs:answerfrom (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/p5-POE-Stage/POE-Stage-0.060/lib/POE/Stage/
H A DResolver.pm141 unless (defined $packet->answerfrom) {
142 my $answerfrom = getpeername($req_socket);
143 if (defined $answerfrom) {
144 $answerfrom = (unpack_sockaddr_in($answerfrom))[1];
145 $answerfrom = inet_ntoa($answerfrom);
146 $packet->answerfrom($answerfrom);
/dports/dns/p5-POE-Component-Server-DNS/POE-Component-Server-DNS-0.32/lib/POE/Component/Server/
H A DDNS.pm283 $dnsq->answerfrom($heap->{_tcp_sockport});
299 $dnsq->answerfrom, $dnsq, $handler->{'label'} );
333 context => [ $dnsq->answerfrom, $dnsq->header->id ],
345 context => [ $dnsq, $dnsq->answerfrom, $dnsq->header->id ],
395 my ($dnsq,$answerfrom,$id) = @{ $data->{context} };
402 $response->answerfrom( $answerfrom );
420 my ($answerfrom,$id) = @{ $reply->{context} };
423 $response->answerfrom( $answerfrom );
433 my $af = $packet->answerfrom;
514 $p->answerfrom("$inetstr:$port");
[all …]
/dports/dns/p5-POE-Component-Client-DNS/POE-Component-Client-DNS-1.054/lib/POE/Component/Client/
H A DDNS.pm385 if (defined $packet and !defined $packet->answerfrom) {
386 my $answerfrom = getpeername($socket);
387 if (defined $answerfrom) {
388 $answerfrom = (unpack_sockaddr_in($answerfrom))[1];
389 $answerfrom = inet_ntoa($answerfrom);
390 $packet->answerfrom($answerfrom);
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/
H A DPacket.pm324 my $server = $self->{answerfrom};
365 sub answerfrom { subroutine
368 return $self->{answerfrom} = shift if @_;
370 return $self->{answerfrom};
/dports/dns/gdnsd2/gdnsd-2.4.3/t/Net/DNS/Resolver/
H A DBase.pm82 answerfrom => '',
586 $self->answerfrom( $ns );
600 $ans->answerfrom($self->answerfrom);
850 $self->answerfrom($ready->peerhost);
864 $ans->answerfrom($self->answerfrom);
1048 $ans->answerfrom($sock->peerhost);
H A DRecurse.pm283 print ";; _dorecursion() Response received from [",$self->answerfrom,"]\n" if $self->{'debug'};
308 …print ";; _dorecursion() Confused name server [",$self->answerfrom,"] thinks [$of] is closer than …
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DPacket.pm71 sub answerfrom { subroutine
78 DNS::LDNS::GC::disown(my $old = $self->answerfrom);
/dports/dns/py-ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DPacket.pm71 sub answerfrom { subroutine
78 DNS::LDNS::GC::disown(my $old = $self->answerfrom);
/dports/dns/ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DPacket.pm71 sub answerfrom { subroutine
78 DNS::LDNS::GC::disown(my $old = $self->answerfrom);
/dports/dns/p5-Net-DNS/Net-DNS-1.32/t/
H A D01-resolver-opt.t65 answerfrom => 'set', ## historical
H A D04-packet.t128 ok( $decoded->answerfrom, 'answerfrom() alias works' );
/dports/dns/dnscheckengine/engine/lib/DNSCheck/Lookup/
H A DResolver.pm443 if ($p and $p->answerfrom) {
444 push @{ $self->times->{ $p->answerfrom } }, $duration;
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/python/
H A DChangelog19 * Added pull cloning for ldns_pkt.answerfrom(), ldns_pkt.edns_data(),
/dports/dns/py-ldns/ldns-1.8.1/contrib/python/
H A DChangelog19 * Added pull cloning for ldns_pkt.answerfrom(), ldns_pkt.edns_data(),
/dports/dns/ldns/ldns-1.8.1/contrib/python/
H A DChangelog19 * Added pull cloning for ldns_pkt.answerfrom(), ldns_pkt.edns_data(),
/dports/dns/p5-Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.009/
H A DREADME144 answerfrom: returns string
/dports/dns/p5-Net-DNS/Net-DNS-1.32/lib/Net/DNS/
H A DPacket.pm456 sub answerfrom { return &from; } # uncoverable pod subroutine
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dpacket.c593 ldns_pkt_set_answerfrom(ldns_pkt *packet, ldns_rdf *answerfrom) in ldns_pkt_set_answerfrom() argument
595 packet->_answerfrom = answerfrom; in ldns_pkt_set_answerfrom()
/dports/dns/py-ldns/ldns-1.8.1/
H A Dpacket.c593 ldns_pkt_set_answerfrom(ldns_pkt *packet, ldns_rdf *answerfrom) in ldns_pkt_set_answerfrom() argument
595 packet->_answerfrom = answerfrom; in ldns_pkt_set_answerfrom()
/dports/dns/ldns/ldns-1.8.1/
H A Dpacket.c593 ldns_pkt_set_answerfrom(ldns_pkt *packet, ldns_rdf *answerfrom) in ldns_pkt_set_answerfrom() argument
595 packet->_answerfrom = answerfrom; in ldns_pkt_set_answerfrom()
/dports/dns/dnscheckengine/engine/lib/DNSCheck/Test/
H A DDNSSEC.pm276 my $tmp = $packet->answerfrom;
/dports/dns/p5-Net-DNS/Net-DNS-1.32/contrib/
H A Dcheck_zone192 printf( "List of name servers returned from '%s'\n", $res->answerfrom );
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/python/examples/
H A Dtest_pkt.py167 ret = pkt.answerfrom()
175 ret = pkt.answerfrom()
1168 ret = pkt.answerfrom()
/dports/dns/py-ldns/ldns-1.8.1/contrib/python/examples/
H A Dtest_pkt.py167 ret = pkt.answerfrom()
175 ret = pkt.answerfrom()
1168 ret = pkt.answerfrom()
/dports/dns/ldns/ldns-1.8.1/contrib/python/examples/
H A Dtest_pkt.py167 ret = pkt.answerfrom()
175 ret = pkt.answerfrom()
1168 ret = pkt.answerfrom()

12