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 >
Text File  |  2000-03-23  |  5KB  |  146 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Net::DNS::RR::NSAP - DNS NSAP resource record</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Net::DNS::RR::NSAP - DNS NSAP resource record</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#methods">METHODS</A></LI>
  26.     <UL>
  27.  
  28.         <LI><A HREF="#idp">idp</A></LI>
  29.         <LI><A HREF="#dsp">dsp</A></LI>
  30.         <LI><A HREF="#afi">afi</A></LI>
  31.         <LI><A HREF="#idi">idi</A></LI>
  32.         <LI><A HREF="#dfi">dfi</A></LI>
  33.         <LI><A HREF="#aa">aa</A></LI>
  34.         <LI><A HREF="#rsvd">rsvd</A></LI>
  35.         <LI><A HREF="#rd">rd</A></LI>
  36.         <LI><A HREF="#area">area</A></LI>
  37.         <LI><A HREF="#id">id</A></LI>
  38.         <LI><A HREF="#sel">sel</A></LI>
  39.     </UL>
  40.  
  41.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  42.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  43. </UL>
  44. <!-- INDEX END -->
  45.  
  46. <HR>
  47. <P>
  48. <H1><A NAME="name">NAME</A></H1>
  49. <P>Net::DNS::RR::NSAP - DNS NSAP resource record</P>
  50. <P>
  51. <HR>
  52. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  53. <UL>
  54. <LI>Linux</LI>
  55. <LI>Solaris</LI>
  56. <LI>Windows</LI>
  57. </UL>
  58. <HR>
  59. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  60. <P><CODE>use Net::DNS::RR</CODE>;</P>
  61. <P>
  62. <HR>
  63. <H1><A NAME="description">DESCRIPTION</A></H1>
  64. <P>Class for DNS Network Service Access Point (NSAP) resource records.</P>
  65. <P>
  66. <HR>
  67. <H1><A NAME="methods">METHODS</A></H1>
  68. <P>
  69. <H2><A NAME="idp">idp</A></H2>
  70. <PRE>
  71.     print "idp = ", $rr->idp, "\n";</PRE>
  72. <P>Returns the RR's initial domain part (the AFI and IDI fields).</P>
  73. <P>
  74. <H2><A NAME="dsp">dsp</A></H2>
  75. <PRE>
  76.     print "dsp = ", $rr->dsp, "\n";</PRE>
  77. <P>Returns the RR's domain specific part (the DFI, AA, Rsvd, RD, Area,
  78. ID, and SEL fields).</P>
  79. <P>
  80. <H2><A NAME="afi">afi</A></H2>
  81. <PRE>
  82.     print "afi = ", $rr->afi, "\n";</PRE>
  83. <P>Returns the RR's authority and format identifier.  <CODE>Net::DNS</CODE>
  84. currently supports only AFI 47 (GOSIP Version 2).</P>
  85. <P>
  86. <H2><A NAME="idi">idi</A></H2>
  87. <PRE>
  88.     print "idi = ", $rr->idi, "\n";</PRE>
  89. <P>Returns the RR's initial domain identifier.</P>
  90. <P>
  91. <H2><A NAME="dfi">dfi</A></H2>
  92. <PRE>
  93.     print "dfi = ", $rr->dfi, "\n";</PRE>
  94. <P>Returns the RR's DSP format identifier.</P>
  95. <P>
  96. <H2><A NAME="aa">aa</A></H2>
  97. <PRE>
  98.     print "aa = ", $rr->aa, "\n";</PRE>
  99. <P>Returns the RR's administrative authority.</P>
  100. <P>
  101. <H2><A NAME="rsvd">rsvd</A></H2>
  102. <PRE>
  103.     print "rsvd = ", $rr->rsvd, "\n";</PRE>
  104. <P>Returns the RR's reserved field.</P>
  105. <P>
  106. <H2><A NAME="rd">rd</A></H2>
  107. <PRE>
  108.     print "rd = ", $rr->rd, "\n";</PRE>
  109. <P>Returns the RR's routing domain identifier.</P>
  110. <P>
  111. <H2><A NAME="area">area</A></H2>
  112. <PRE>
  113.     print "area = ", $rr->area, "\n";</PRE>
  114. <P>Returns the RR's area identifier.</P>
  115. <P>
  116. <H2><A NAME="id">id</A></H2>
  117. <PRE>
  118.     print "id = ", $rr->id, "\n";</PRE>
  119. <P>Returns the RR's system identifier.</P>
  120. <P>
  121. <H2><A NAME="sel">sel</A></H2>
  122. <PRE>
  123.     print "sel = ", $rr->sel, "\n";</PRE>
  124. <P>Returns the RR's NSAP selector.</P>
  125. <P>
  126. <HR>
  127. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  128. <P>Copyright (c) 1997 Michael Fuhr.  All rights reserved.  This program is free
  129. software; you can redistribute it and/or modify it under the same terms as
  130. Perl itself.</P>
  131. <P>
  132. <HR>
  133. <H1><A NAME="see also">SEE ALSO</A></H1>
  134. <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>,
  135. <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>,
  136. RFC 1706.</P>
  137. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  138. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  139. <STRONG><P CLASS=block> Net::DNS::RR::NSAP - DNS NSAP resource record</P></STRONG>
  140. </TD></TR>
  141. </TABLE>
  142.  
  143. </BODY>
  144.  
  145. </HTML>
  146.