|
|
uint64_t | address |
| |
|
union { |
|
struct { |
|
uint8_t reserved [7] |
| |
|
uint8_t subtype: 4 |
| |
|
uint8_t type: 4 |
| |
| } generic |
| |
|
struct { |
|
uint32_t length |
| |
|
uint8_t reserved [3] |
| |
|
uint8_t subtype: 4 |
| |
|
uint8_t type: 4 |
| |
| } unkeyed |
| |
|
struct { |
|
uint64_t length: 24 |
| |
|
uint64_t key: 32 |
| |
|
uint64_t subtype: 4 |
| |
|
uint64_t type: 4 |
| |
| } keyed |
| |
| }; | |
| |
The documentation for this struct was generated from the following file: