MAN page from Mandrake Other perl-Net-DNS-0.12-1.i386.rpm
lib::Net::DNS::RR::NSAP
Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 04
Index 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.
METHODS
idp
print "idp = ", $rr->idp, "\n";
Returns the
RR's initial domain part (the
AFI and
IDI fields).
dsp
print "dsp = ", $rr->dsp, "\n";
Returns the
RR's domain specific part (the
DFI,
AA, Rsvd,
RD, Area,
ID, and
SEL fields).
afi
print "afi = ", $rr->afi, "\n";
Returns the
RR's authority and format identifier.
Net::DNScurrently supports only
AFI 47 (
GOSIP Version 2).
idi
print "idi = ", $rr->idi, "\n";
Returns the
RR's initial domain identifier.
dfi
print "dfi = ", $rr->dfi, "\n";
Returns the
RR's
DSP format identifier.
aa
print "aa = ", $rr->aa, "\n";
Returns the
RR's administrative authority.
rsvd
print "rsvd = ", $rr->rsvd, "\n";
Returns the
RR's reserved field.
rd
print "rd = ", $rr->rd, "\n";
Returns the
RR's routing domain identifier.
area
print "area = ", $rr->area, "\n";
Returns the
RR's area identifier.
id
print "id = ", $rr->id, "\n";
Returns the
RR's system identifier.
sel
print "sel = ", $rr->sel, "\n";
Returns the
RR's
NSAP selector.
COPYRIGHT
Copyright (c) 1997 Michael Fuhr. All rights reserved. This program is freesoftware; you can redistribute it and/or modify it under the same terms asPerl itself.
SEE ALSO
the
perl(1) manpage, the
Net::DNS manpage, the
Net::DNS::Resolver manpage, the
Net::DNS::Packet manpage,the
Net::DNS::Header manpage, the
Net::DNS::Question manpage, the
Net::DNS::RR manpage,RFC 1706.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- METHODS
- COPYRIGHT
- SEE ALSO
This document was created byman2html,using the manual pages.