Module Protocols.DNS

Inheritance graph
predef::Protocols.DNS 7.8::Protocols.DNS
Description

Support for the Domain Name System protocol.

Implements RFC 1034, RFC 1035 and RFC 2308.


Constant FORMERR

final constant int Protocols.DNS.FORMERR

Description

The name server was unable to interpret the request due to a format error.


Constant NOERROR

final constant int Protocols.DNS.NOERROR

Description

No error condition.


Constant NOTAUTH

final constant int Protocols.DNS.NOTAUTH

Description

Server not authoritative for zone.


Constant NOTIMP
Constant NOTIMPL

final constant int Protocols.DNS.NOTIMP
final constant int Protocols.DNS.NOTIMPL

Description

The name server does not support the specified Opcode.


Constant NOTZONE

final constant int Protocols.DNS.NOTZONE

Description

Name not contained in zone.


Constant NXDOMAIN

final constant int Protocols.DNS.NXDOMAIN

Description

Some name that ought to exist, does not exist.


Constant NXRRSET

final constant int Protocols.DNS.NXRRSET

Description

Some RRset that ought to exist, does not exist.


Constant REFUSED

final constant int Protocols.DNS.REFUSED

Description

The name server refuses to perform the specified operation for policy or security reasons.


Constant SERVFAIL

final constant int Protocols.DNS.SERVFAIL

Description

The name server encountered an internal failure while processing this request, for example an operating system error or a forwarding timeout.


Constant YXDOMAIN

final constant int Protocols.DNS.YXDOMAIN

Description

Name that should not exist, does exist.


Constant YXRRSET

final constant int Protocols.DNS.YXRRSET

Description

RRset that should not exist, does exist.