iPXE
|
A segment cursor. More...
Data Fields | |
size_t | offset |
Raw data offset. More... | |
unsigned int | remaining |
Number of segments remaining within this chunk. More... | |
size_t | len |
Accumulated segment length. More... | |
size_t peerdist_info_v2_cursor::offset |
Raw data offset.
Definition at line 407 of file pccrc.c.
Referenced by peerdist_info_v2_cursor_init(), peerdist_info_v2_cursor_next(), peerdist_info_v2_segment(), and peerdist_info_v2_segments().
unsigned int peerdist_info_v2_cursor::remaining |
Number of segments remaining within this chunk.
Definition at line 409 of file pccrc.c.
Referenced by peerdist_info_v2_cursor_init(), and peerdist_info_v2_cursor_next().
size_t peerdist_info_v2_cursor::len |
Accumulated segment length.
Definition at line 411 of file pccrc.c.
Referenced by peerdist_info_v2_cursor_init(), peerdist_info_v2_cursor_next(), peerdist_info_v2_segment(), and peerdist_info_v2_segments().