GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::Engine::Packet(3) User Contributed Perl Documentation Zonemaster::Engine::Packet(3)

Zonemaster::Engine::Packet - wrapping object for Zonemaster::LDNS::Packet objects

    my $packet = $ns->query('iis.se', 'NS');
    my @rrs = $packet->get_records('ns');

Holds the Zonemaster::LDNS::Packet the object is wrapping.

Construct a new instance.

Returns true if the packet represents an existing DNS node lacking any records of the requested type.
Returns true if the packet represents a nonexistent DNS node.
Returns true if the packet is a redirect to another set of nameservers.
Returns the Zonemaster::LDNS::RR objects of the requested type in the packet. If the optional @section argument is given, and is a list of "answer", "authority" and "additional", only RRs from those sections are returned.
Returns all Zonemaster::LDNS::RR objects for the given name in the packet. If the optional @section argument is given, and is a list of "answer", "authority" and "additional", only RRs from those sections are returned.
Returns true if the packet holds any RRs of the specified type for the given name. If the optional @section argument is given, and is a list of "answer", "authority" and "additional", only RRs from those sections are returned.
Wrapper for the underlying packet method, that replaces undefined values with the string "<unknown>".
Support method for JSON to be able to serialize these objects.

These methods are passed through transparently to the underlying Zonemaster::LDNS::Packet object.

2025-02-24 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.