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

NAME

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

SYNOPSIS

9       "use Net::DNS::RR";
10

DESCRIPTION

12       Class for DNS Network Service Access Point (NSAP) resource records.
13

METHODS

15       idp
16
17           print "idp = ", $rr->idp, "\n";
18
19       Returns the RR's initial domain part (the AFI and IDI fields).
20
21       dsp
22
23           print "dsp = ", $rr->dsp, "\n";
24
25       Returns the RR's domain specific part (the DFI, AA, Rsvd, RD, Area, ID,
26       and SEL fields).
27
28       afi
29
30           print "afi = ", $rr->afi, "\n";
31
32       Returns the RR's authority and format identifier.  "Net::DNS" currently
33       supports only AFI 47 (GOSIP Version 2).
34
35       idi
36
37           print "idi = ", $rr->idi, "\n";
38
39       Returns the RR's initial domain identifier.
40
41       dfi
42
43           print "dfi = ", $rr->dfi, "\n";
44
45       Returns the RR's DSP format identifier.
46
47       aa
48
49           print "aa = ", $rr->aa, "\n";
50
51       Returns the RR's administrative authority.
52
53       rsvd
54
55           print "rsvd = ", $rr->rsvd, "\n";
56
57       Returns the RR's reserved field.
58
59       rd
60
61           print "rd = ", $rr->rd, "\n";
62
63       Returns the RR's routing domain identifier.
64
65       area
66
67           print "area = ", $rr->area, "\n";
68
69       Returns the RR's area identifier.
70
71       id
72
73           print "id = ", $rr->id, "\n";
74
75       Returns the RR's system identifier.
76
77       sel
78
79           print "sel = ", $rr->sel, "\n";
80
81       Returns the RR's NSAP selector.
82
84       Copyright (c) 1997-2002 Michael Fuhr.
85
86       Portions Copyright (c) 2002-2004 Chris Reinhardt.
87
88       All rights reserved.  This program is free software; you may redisā€
89       tribute it and/or modify it under the same terms as Perl itself..
90

SEE ALSO

92       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
93       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1706.
94
95
96
97perl v5.8.8                       2007-08-01             Net::DNS::RR::NSAP(3)
Impressum