|
iPXE
|
#include <netif.h>
Data Fields | |
| uint8_t | type |
| uint8_t | flags |
| union { | |
| struct { | |
| uint16_t size | |
| uint8_t type | |
| uint8_t pad | |
| uint16_t features | |
| } gso | |
| struct { | |
| uint8_t addr [6] | |
| } mcast | |
| struct { | |
| uint8_t type | |
| uint8_t algorithm | |
| uint8_t value [4] | |
| } hash | |
| uint16_t pad [3] | |
| } | u |
| struct { ... } netif_extra_info::gso |
| struct { ... } netif_extra_info::mcast |
| struct { ... } netif_extra_info::hash |
| union { ... } netif_extra_info::u |
1.8.15