dnslib.defs

Undocumented in source.

Members

Enums

Protocol
enum Protocol
Undocumented in source.
Protocol
enum Protocol
Undocumented in source.
dnsClass
enum dnsClass
Undocumented in source.
dnsHeaderFlagQueryResponse
enum dnsHeaderFlagQueryResponse
Undocumented in source.
dnsMessageValidateCode
enum dnsMessageValidateCode
Undocumented in source.
dnsOpCode
enum dnsOpCode
Undocumented in source.
dnsResponseCode
enum dnsResponseCode
Undocumented in source.
dnsType
enum dnsType
Undocumented in source.

Functions

classValidate
bool classValidate(ushort myClass)
Undocumented in source. Be warned that the author may not have intended to support it.
dnsHeaderFlagQueryResponseToString
string dnsHeaderFlagQueryResponseToString(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
messageValidateCodeToString
string messageValidateCodeToString(uint code)
Undocumented in source. Be warned that the author may not have intended to support it.
opCodeToString
string opCodeToString(ubyte opCode)
Undocumented in source. Be warned that the author may not have intended to support it.
opCodeValidate
bool opCodeValidate(ubyte opCode)
Undocumented in source. Be warned that the author may not have intended to support it.
queryClassToString
string queryClassToString(ushort queryClass)
Undocumented in source. Be warned that the author may not have intended to support it.
responseCodeToString
string responseCodeToString(ubyte responseCode)
Undocumented in source. Be warned that the author may not have intended to support it.
responseCodeValidate
bool responseCodeValidate(ubyte responseCode)
Undocumented in source. Be warned that the author may not have intended to support it.
typeValidate
bool typeValidate(ushort type)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DnsOptions
struct DnsOptions
Undocumented in source.
dnsHeader
struct dnsHeader
Undocumented in source.
dnsHeaderFlags
struct dnsHeaderFlags
Undocumented in source.
dnsMessage
struct dnsMessage
Undocumented in source.
querySection
struct querySection
Undocumented in source.
responseSection
struct responseSection
Undocumented in source.

Meta