1Net::DNS::RR::AFSDB(3)User Contributed Perl DocumentationNet::DNS::RR::AFSDB(3)
2
3
4
6 Net::DNS::RR::AFSDB - DNS AFSDB resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name AFSDB subtype hostname');
11
13 Class for DNS AFS Data Base (AFSDB) resource records.
14
16 The available methods are those inherited from the base class augmented
17 by the type-specific methods defined in this package.
18
19 Use of undocumented package features or direct access to internal data
20 structures is discouraged and could result in program termination or
21 other unpredictable behaviour.
22
23 subtype
24 $subtype = $rr->subtype;
25
26 A 16 bit integer which indicates the service offered by the listed
27 host.
28
29 hostname
30 $hostname = $rr->hostname;
31
32 The hostname field is a domain name of a host that has a server for the
33 cell named by the owner name of the RR.
34
36 Copyright (c)1997-1998 Michael Fuhr.
37
38 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
39
40 All rights reserved.
41
42 This program is free software; you may redistribute it and/or modify it
43 under the same terms as Perl itself.
44
46 perl, Net::DNS, Net::DNS::RR, RFC1183, RFC5864
47
48
49
50perl v5.16.3 2012-12-28 Net::DNS::RR::AFSDB(3)