|
iPXE
|
A content information segment. More...
#include <pccrc.h>
Data Fields | |
| const struct peerdist_info * | info |
| Content information. More... | |
| unsigned int | index |
| Segment index. More... | |
| struct peerdist_range | range |
| Content range. More... | |
| unsigned int | blocks |
| Number of blocks within this segment. More... | |
| size_t | blksize |
| Block size. More... | |
| uint8_t | hash [PEERDIST_DIGEST_MAX_SIZE] |
| Segment hash of data. More... | |
| uint8_t | secret [PEERDIST_DIGEST_MAX_SIZE] |
| Segment secret. More... | |
| uint8_t | id [PEERDIST_DIGEST_MAX_SIZE] |
| Segment identifier. More... | |
| const struct peerdist_info* peerdist_info_segment::info |
| unsigned int peerdist_info_segment::index |
| struct peerdist_range peerdist_info_segment::range |
Content range.
Note that this range may exceed the overall content range.
Definition at line 356 of file pccrc.h.
Referenced by peerdist_info_v1().
| unsigned int peerdist_info_segment::blocks |
| uint8_t peerdist_info_segment::hash[PEERDIST_DIGEST_MAX_SIZE] |
| uint8_t peerdist_info_segment::secret[PEERDIST_DIGEST_MAX_SIZE] |
| uint8_t peerdist_info_segment::id[PEERDIST_DIGEST_MAX_SIZE] |
1.8.15