Manual Pages for UNIX Darwin command on man Net::DNS::RR::NSAP
MyWebUniversity

Manual Pages for UNIX Darwin command on man Net::DNS::RR::NSAP

Net::DNS::RR::NSAP(3) User Contributed Perl DocumentationNet::DNS::RR::NSAP(3)

NAME

Net::DNS::RR::NSAP - DNS NSAP resource record

SYNOPSIS

"use Net::DNS::RR";

DESCRIPTION

Class for DNS Network Service Access Point (NSAP) resource records. MMEETTHHOODDSS iiddpp

print "idp = ", $rr->idp, "\n";

Returns the RR's initial domain part (the AFI and IDI fields). ddsspp

print "dsp = ", $rr->dsp, "\n";

Returns the RR's domain specific part (the DFI, AA, Rsvd, RD, Area, ID, and SEL fields). aaffii

print "afi = ", $rr->afi, "\n";

Returns the RR's authority and format identifier. "Net::DNS" currently supports only AFI 47 (GOSIP Version 2). iiddii

print "idi = ", $rr->idi, "\n";

Returns the RR's initial domain identifier. ddffii

print "dfi = ", $rr->dfi, "\n";

Returns the RR's DSP format identifier. aaaa

print "aa = ", $rr->aa, "\n";

Returns the RR's administrative authority. rrssvvdd

print "rsvd = ", $rr->rsvd, "\n";

Returns the RR's reserved field. rrdd

print "rd = ", $rr->rd, "\n";

Returns the RR's routing domain identifier. aarreeaa

print "area = ", $rr->area, "\n";

Returns the RR's area identifier. iidd

print "id = ", $rr->id, "\n";

Returns the RR's system identifier. sseell

print "sel = ", $rr->sel, "\n";

Returns the RR's NSAP selector. COPYRIGHT

Copyright (c) 1997-2002 Michael Fuhr.

Portions Copyright (c) 2002-2004 Chris Reinhardt.

All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself..

SEE ALSO

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1706.

perl v5.8.8 2007-06-21 Net::DNS::RR::NSAP(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™