|
iPXE
|
Content Information version 1 data structure header. More...
#include <pccrc.h>
Data Fields | |
| union peerdist_info_version | version |
| Version number. More... | |
| uint32_t | hash |
| Hash algorithm. More... | |
| uint32_t | first |
| Length to skip in first segment. More... | |
| uint32_t | last |
| Length to read in last segment, or zero. More... | |
| uint32_t | segments |
| Number of segments within the content information. More... | |
Content Information version 1 data structure header.
All fields are little-endian.
| union peerdist_info_version peerdist_info_v1::version |
| uint32_t peerdist_info_v1::hash |
| uint32_t peerdist_info_v1::first |
| uint32_t peerdist_info_v1::last |
| uint32_t peerdist_info_v1::segments |
Number of segments within the content information.
Definition at line 83 of file pccrc.h.
Referenced by peerdist_info_v1_block_offset().
1.8.15