.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Net::DNS::RR::NSAP 3" .TH Net::DNS::RR::NSAP 3 "2014-01-16" "perl v5.34.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Net::DNS::RR::NSAP \- DNS NSAP resource record .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\f(CW\*(C`use Net::DNS::RR\*(C'\fR; .SH "DESCRIPTION" .IX Header "DESCRIPTION" Class for \s-1DNS\s0 Network Service Access Point (\s-1NSAP\s0) resource records. .SH "METHODS" .IX Header "METHODS" .SS "idp" .IX Subsection "idp" .Vb 1 \& print "idp = ", $rr\->idp, "\en"; .Ve .PP Returns the \s-1RR\s0's initial domain part (the \s-1AFI\s0 and \s-1IDI\s0 fields). .SS "dsp" .IX Subsection "dsp" .Vb 1 \& print "dsp = ", $rr\->dsp, "\en"; .Ve .PP Returns the \s-1RR\s0's domain specific part (the \s-1DFI, AA,\s0 Rsvd, \s-1RD,\s0 Area, \&\s-1ID,\s0 and \s-1SEL\s0 fields). .SS "afi" .IX Subsection "afi" .Vb 1 \& print "afi = ", $rr\->afi, "\en"; .Ve .PP Returns the \s-1RR\s0's authority and format identifier. \f(CW\*(C`Net::DNS\*(C'\fR currently supports only \s-1AFI 47\s0 (\s-1GOSIP\s0 Version 2). .SS "idi" .IX Subsection "idi" .Vb 1 \& print "idi = ", $rr\->idi, "\en"; .Ve .PP Returns the \s-1RR\s0's initial domain identifier. .SS "dfi" .IX Subsection "dfi" .Vb 1 \& print "dfi = ", $rr\->dfi, "\en"; .Ve .PP Returns the \s-1RR\s0's \s-1DSP\s0 format identifier. .SS "aa" .IX Subsection "aa" .Vb 1 \& print "aa = ", $rr\->aa, "\en"; .Ve .PP Returns the \s-1RR\s0's administrative authority. .SS "rsvd" .IX Subsection "rsvd" .Vb 1 \& print "rsvd = ", $rr\->rsvd, "\en"; .Ve .PP Returns the \s-1RR\s0's reserved field. .SS "rd" .IX Subsection "rd" .Vb 1 \& print "rd = ", $rr\->rd, "\en"; .Ve .PP Returns the \s-1RR\s0's routing domain identifier. .SS "area" .IX Subsection "area" .Vb 1 \& print "area = ", $rr\->area, "\en"; .Ve .PP Returns the \s-1RR\s0's area identifier. .SS "id" .IX Subsection "id" .Vb 1 \& print "id = ", $rr\->id, "\en"; .Ve .PP Returns the \s-1RR\s0's system identifier. .SS "sel" .IX Subsection "sel" .Vb 1 \& print "sel = ", $rr\->sel, "\en"; .Ve .PP Returns the \s-1RR\s0's \s-1NSAP\s0 selector. .SH "NOTE" .IX Header "NOTE" .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (c) 1997\-2002 Michael Fuhr. .PP Portions Copyright (c) 2002\-2004 Chris Reinhardt. .PP All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBperl\fR\|(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, \&\s-1RFC 1706.\s0