Public Attributes |
|
char | name [9] |
RR type name. |
|
u_int16 | type |
RR type code. |
|
char | properties [9] |
list of properties for the RR type |
|
_rr_flags | flags |
flags for the RR |
The rr_type structure contains information about the information a Resource Record type contains, and how it needs to be handled. It is mainly of interest for the internal RR functions declared in the rr.h header file.
Definition at line 57 of file rr.h.
|
flags for the RR These flags determine how the RR is treated when reading from or writing to a DNS message. See the documentation for _rr_flags for more information. |
|
RR type name. This is the name of the RR type. This information is case-insensitive, though by convention all RR types have an uppercase name. |
|
list of properties for the RR type This is a string, in which each character stands for a chunk of information in the RR data. Each possible type has its own code: |
|
RR type code. The 16-bit identifier code for the RR. This is the value that appears directly in DNS messages to identify the RR type. |