1Net::DNS::Parameters(3)User Contributed Perl DocumentatioNnet::DNS::Parameters(3)
2
3
4
6 Net::DNS::Parameters - DNS parameter assignments
7
9 use Net::DNS::Parameters;
10
12 Net::DNS::Parameters is a Perl package representing the DNS parameter
13 allocation (key,value) tables as recorded in the definitive registry
14 maintained and published by IANA.
15
17 classbyname, typebyname, opcodebyname, rcodebyname, ednsoptionbyname,
18 dsotypebyname
19 Access functions which return the numerical code corresponding to the
20 given mnemonic.
21
22 classbyval, typebyval, opcodebyval, rcodebyval, ednsoptionbyval,
23 dsotypebyval
24 Access functions which return the canonical mnemonic corresponding to
25 the given numerical code.
26
28 Copyright (c)2012,2016 Dick Franks.
29
30 Portions Copyright (c)1997 Michael Fuhr.
31
32 Portions Copyright (c)2003 Olaf Kolkman.
33
34 All rights reserved.
35
37 Permission to use, copy, modify, and distribute this software and its
38 documentation for any purpose and without fee is hereby granted,
39 provided that the above copyright notice appear in all copies and that
40 both that copyright notice and this permission notice appear in
41 supporting documentation, and that the name of the author not be used
42 in advertising or publicity pertaining to distribution of the software
43 without specific prior written permission.
44
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
54 perl, Net::DNS, IANA Registry <http://www.iana.org/assignments/dns-
55 parameters>
56
57
58
59perl v5.32.0 2020-07-28 Net::DNS::Parameters(3)