|
iPXE
|
BOFM table header. More...
#include <bofm.h>
Data Fields | |
| uint32_t | magic |
| Signature. | |
| uint32_t | action |
| Subsignature (action string) | |
| uint8_t | version |
| Data structure version. | |
| uint8_t | level |
| Data structure level. | |
| uint16_t | length |
| Data structure length. | |
| uint8_t | checksum |
| Data structure checksum. | |
| char | profile [32] |
| Data structure profile. | |
| uint32_t | options |
| Data structure global options. | |
| uint32_t | sequence |
| Data structure sequence stamp. | |
BOFM table header.
Defined in section 4.1 of the Open Fabric Manager Parameter Specification document.
| uint32_t bofm_global_header::magic |
| uint32_t bofm_global_header::action |
| uint16_t bofm_global_header::length |
| char bofm_global_header::profile[32] |
| uint32_t bofm_global_header::options |
| uint32_t bofm_global_header::sequence |