2.2.2.2.4.17 DNS_RPC_RECORD_NXT
The DNS_RPC_RECORD_NXT specifies a NXT resource record as specified in section 5.1 of [RFC2535].<19> This record MUST be formatted as follows:
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wNumRecordTypes |
wTypeWords (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
nextName (variable) |
|||||||||||||||||||||||||||||||
... |
wNumRecordTypes (2 bytes): The number of 16-bit unsigned integers in the variable sized wTypeWords array. This value MUST be greater than 1.
wTypeWords (variable): An array for of 16-bit unsigned integers in little-endian byte order for that contains a variable sized bit-mask value for types present in this record, as specified in section 5.2 of [RFC2535]. The most significant bit of the first integer corresponds to type zero and MUST be zero. If there is a second 16-bit unsigned integer present in the array, the most significant bit of the second integer corresponds to type 16, and so on.
nextName (variable): A DNS_RPC_NAME (section 2.2.2.2.1) containing next name information, as specified in section 5.2 of [RFC2535].