dnslib ~master (2021-06-17T16:36:39Z)
Dub
Repo
responseSection
dnslib
defs
Undocumented in source.
struct
responseSection {
string
domainName
;
ushort
responseType
;
ushort
responseClass
;
uint
TTL
;
ushort
responseDataLength
;
ubyte
[]
responseData
;
string
[]
responseElements
;
string
responseString
;
ushort
getMXPriority
();
void
print
();
}
Members
Functions
getMXPriority
ushort
getMXPriority
()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
TTL
uint
TTL
;
Undocumented in source.
domainName
string
domainName
;
Undocumented in source.
responseClass
ushort
responseClass
;
Undocumented in source.
responseData
ubyte
[]
responseData
;
Undocumented in source.
responseDataLength
ushort
responseDataLength
;
Undocumented in source.
responseElements
string
[]
responseElements
;
Undocumented in source.
responseString
string
responseString
;
Undocumented in source.
responseType
ushort
responseType
;
Undocumented in source.
Meta
Source
See Implementation
dnslib
defs
enums
Protocol
dnsClass
dnsHeaderFlagQueryResponse
dnsMessageValidateCode
dnsOpCode
dnsResponseCode
dnsType
functions
classValidate
dnsHeaderFlagQueryResponseToString
messageValidateCodeToString
opCodeToString
opCodeValidate
queryClassToString
responseCodeToString
responseCodeValidate
typeValidate
structs
DnsOptions
dnsHeader
dnsHeaderFlags
dnsMessage
querySection
responseSection