home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 May
/
Chip_2000-05_cd1.bin
/
zkuste
/
Perl
/
ActivePerl-5.6.0.613.msi
/
䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥
/
_16142866af5139a71ea507c91ad72416
< prev
next >
Wrap
Text File
|
2000-03-23
|
5KB
|
146 lines
<HTML>
<HEAD>
<TITLE>Net::DNS::RR::NSAP - DNS NSAP resource record</TITLE>
<LINK REL="stylesheet" HREF="../../../../../Active.css" TYPE="text/css">
<LINK REV="made" HREF="mailto:">
</HEAD>
<BODY>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
<STRONG><P CLASS=block> Net::DNS::RR::NSAP - DNS NSAP resource record</P></STRONG>
</TD></TR>
</TABLE>
<A NAME="__index__"></A>
<!-- INDEX BEGIN -->
<UL>
<LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
<LI><A HREF="#synopsis">SYNOPSIS</A></LI>
<LI><A HREF="#description">DESCRIPTION</A></LI>
<LI><A HREF="#methods">METHODS</A></LI>
<UL>
<LI><A HREF="#idp">idp</A></LI>
<LI><A HREF="#dsp">dsp</A></LI>
<LI><A HREF="#afi">afi</A></LI>
<LI><A HREF="#idi">idi</A></LI>
<LI><A HREF="#dfi">dfi</A></LI>
<LI><A HREF="#aa">aa</A></LI>
<LI><A HREF="#rsvd">rsvd</A></LI>
<LI><A HREF="#rd">rd</A></LI>
<LI><A HREF="#area">area</A></LI>
<LI><A HREF="#id">id</A></LI>
<LI><A HREF="#sel">sel</A></LI>
</UL>
<LI><A HREF="#copyright">COPYRIGHT</A></LI>
<LI><A HREF="#see also">SEE ALSO</A></LI>
</UL>
<!-- INDEX END -->
<HR>
<P>
<H1><A NAME="name">NAME</A></H1>
<P>Net::DNS::RR::NSAP - DNS NSAP resource record</P>
<P>
<HR>
<H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
<UL>
<LI>Linux</LI>
<LI>Solaris</LI>
<LI>Windows</LI>
</UL>
<HR>
<H1><A NAME="synopsis">SYNOPSIS</A></H1>
<P><CODE>use Net::DNS::RR</CODE>;</P>
<P>
<HR>
<H1><A NAME="description">DESCRIPTION</A></H1>
<P>Class for DNS Network Service Access Point (NSAP) resource records.</P>
<P>
<HR>
<H1><A NAME="methods">METHODS</A></H1>
<P>
<H2><A NAME="idp">idp</A></H2>
<PRE>
print "idp = ", $rr->idp, "\n";</PRE>
<P>Returns the RR's initial domain part (the AFI and IDI fields).</P>
<P>
<H2><A NAME="dsp">dsp</A></H2>
<PRE>
print "dsp = ", $rr->dsp, "\n";</PRE>
<P>Returns the RR's domain specific part (the DFI, AA, Rsvd, RD, Area,
ID, and SEL fields).</P>
<P>
<H2><A NAME="afi">afi</A></H2>
<PRE>
print "afi = ", $rr->afi, "\n";</PRE>
<P>Returns the RR's authority and format identifier. <CODE>Net::DNS</CODE>
currently supports only AFI 47 (GOSIP Version 2).</P>
<P>
<H2><A NAME="idi">idi</A></H2>
<PRE>
print "idi = ", $rr->idi, "\n";</PRE>
<P>Returns the RR's initial domain identifier.</P>
<P>
<H2><A NAME="dfi">dfi</A></H2>
<PRE>
print "dfi = ", $rr->dfi, "\n";</PRE>
<P>Returns the RR's DSP format identifier.</P>
<P>
<H2><A NAME="aa">aa</A></H2>
<PRE>
print "aa = ", $rr->aa, "\n";</PRE>
<P>Returns the RR's administrative authority.</P>
<P>
<H2><A NAME="rsvd">rsvd</A></H2>
<PRE>
print "rsvd = ", $rr->rsvd, "\n";</PRE>
<P>Returns the RR's reserved field.</P>
<P>
<H2><A NAME="rd">rd</A></H2>
<PRE>
print "rd = ", $rr->rd, "\n";</PRE>
<P>Returns the RR's routing domain identifier.</P>
<P>
<H2><A NAME="area">area</A></H2>
<PRE>
print "area = ", $rr->area, "\n";</PRE>
<P>Returns the RR's area identifier.</P>
<P>
<H2><A NAME="id">id</A></H2>
<PRE>
print "id = ", $rr->id, "\n";</PRE>
<P>Returns the RR's system identifier.</P>
<P>
<H2><A NAME="sel">sel</A></H2>
<PRE>
print "sel = ", $rr->sel, "\n";</PRE>
<P>Returns the RR's NSAP selector.</P>
<P>
<HR>
<H1><A NAME="copyright">COPYRIGHT</A></H1>
<P>Copyright (c) 1997 Michael Fuhr. All rights reserved. This program is free
software; you can redistribute it and/or modify it under the same terms as
Perl itself.</P>
<P>
<HR>
<H1><A NAME="see also">SEE ALSO</A></H1>
<P><EM>perl(1)</EM>, <A HREF="../../../../../site/lib/Net/DNS.html">the Net::DNS manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Resolver.html">the Net::DNS::Resolver manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Packet.html">the Net::DNS::Packet manpage</A>,
<A HREF="../../../../../site/lib/Net/DNS/Header.html">the Net::DNS::Header manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Question.html">the Net::DNS::Question manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/RR.html">the Net::DNS::RR manpage</A>,
RFC 1706.</P>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
<TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
<STRONG><P CLASS=block> Net::DNS::RR::NSAP - DNS NSAP resource record</P></STRONG>
</TD></TR>
</TABLE>
</BODY>
</HTML>