Searched refs:packet (Results 1 - 6 of 6) sorted by relevance
| /bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/ |
| H A D | ans.pl | 45 my $packet; 48 $packet = new Net::DNS::Packet(\$buf, 0); 52 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 57 $packet->print; 59 $packet->header->qr(1); 61 my @questions = $packet->question; 66 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 CNAME cname1.example.com")); 67 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 A 1.2.3.4")); 70 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 A 1.2.3.4")); 71 $packet [all...] |
| /bind-9.6-ESV-R11/bin/tests/system/resolver/ans3/ |
| H A D | ans.pl | 45 my $packet; 48 $packet = new Net::DNS::Packet(\$buf, 0); 52 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 57 $packet->print; 59 $packet->header->qr(1); 61 $packet->push("answer", new Net::DNS::RR("www.example.com 300 A 1.2.3.4")); 63 $sock->send($packet->data); 66 $packet->print;
|
| /bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/ |
| H A D | ans.pl | 101 my $packet; 104 $packet = new Net::DNS::Packet(\$buf, 0); 108 ($packet, $err) = new Net::DNS::Packet(\$buf, 0); 112 $packet->header->qr(1); 113 $packet->header->aa(1); 115 my @questions = $packet->question; 121 while (my $rr = $packet->pop("additional")) { 135 $packet->push("answer", $a); 138 # Sign the packet 152 $packet [all...] |
| /bind-9.6-ESV-R11/bin/tests/system/ |
| H A D | ans.pl | 127 my $packet = new Net::DNS::Packet($qname, $qtype, $qclass); 128 $packet->header->qr(1); 129 $packet->header->aa(1); 130 $packet->header->id($id); 148 $packet->push("answer", $a); 151 # Sign the packet 165 $packet->{"compnames"} = {} 167 $packet->{"header"}{"arcount"} += 1 177 $packet->sign_tsig($tsig); 182 #$packet [all...] |
| /bind-9.6-ESV-R11/bin/tests/system/nsupdate/ |
| H A D | tests.sh | 110 $PERL ../packet.pl -a 10.53.0.1 -p 5300 -t tcp > /dev/null 118 $PERL ../packet.pl -a 10.53.0.1 -p 5300 -t tcp > /dev/null 126 $PERL ../packet.pl -a 10.53.0.1 -p 5300 -t tcp > /dev/null
|
| /bind-9.6-ESV-R11/bin/tests/ |
| H A D | named.conf | 530 * packet dumps of packets received and sent 613 * Two categories, 'packet' and 'eventlib', are special. Only one 619 * category packet { default_debug; };
|
Completed in 36 milliseconds