1Net::DNS::Parameters(3)User Contributed Perl DocumentatioNnet::DNS::Parameters(3)
2
3
4

NAME

6           Net::DNS::Parameters - DNS parameter assignments
7

SYNOPSIS

9           use Net::DNS::Parameters;
10

DESCRIPTION

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

FUNCTIONS

17   classbyname, typebyname, opcodebyname, rcodebyname, ednsoptionbyname
18       Access functions which return the numerical code corresponding to the
19       given mnemonic.
20
21   classbyval, typebyval, opcodebyval, rcodebyval, ednsoptionbyval
22       Access functions which return the canonical mnemonic corresponding to
23       the given numerical code.
24
26       Copyright (c)2012,2016 Dick Franks.
27
28       Portions Copyright (c)1997 Michael Fuhr.
29
30       Portions Copyright (c)2003 Olaf Kolkman.
31
32       All rights reserved.
33

LICENSE

35       Permission to use, copy, modify, and distribute this software and its
36       documentation for any purpose and without fee is hereby granted,
37       provided that the above copyright notice appear in all copies and that
38       both that copyright notice and this permission notice appear in
39       supporting documentation, and that the name of the author not be used
40       in advertising or publicity pertaining to distribution of the software
41       without specific prior written permission.
42
43       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
44       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
46       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50

SEE ALSO

52       perl, Net::DNS, IANA Registry <http://www.iana.org/assignments/dns-
53       parameters>
54
55
56
57perl v5.26.3                      2018-02-09           Net::DNS::Parameters(3)
Impressum