iPXE
Data Fields
peerdist_block_decrypt Struct Reference

A PeerDist retrieval protocol decryption buffer descriptor. More...

#include <peerblk.h>

Data Fields

struct xfer_bufferxferbuf
 Data transfer buffer. More...
 
size_t offset
 Offset within data transfer buffer. More...
 
size_t len
 Length to use from data transfer buffer. More...
 

Detailed Description

A PeerDist retrieval protocol decryption buffer descriptor.

Definition at line 24 of file peerblk.h.

Field Documentation

◆ xferbuf

struct xfer_buffer* peerdist_block_decrypt::xferbuf

Data transfer buffer.

Definition at line 26 of file peerblk.h.

Referenced by peerblk_decrypt(), peerblk_decrypt_read(), peerblk_decrypt_write(), and peerblk_parse_block().

◆ offset

size_t peerdist_block_decrypt::offset

Offset within data transfer buffer.

Definition at line 28 of file peerblk.h.

Referenced by peerblk_decrypt_read(), peerblk_decrypt_write(), and peerblk_parse_block().

◆ len

size_t peerdist_block_decrypt::len

Length to use from data transfer buffer.

Definition at line 30 of file peerblk.h.

Referenced by peerblk_decrypt_read(), peerblk_decrypt_write(), and peerblk_parse_block().


The documentation for this struct was generated from the following file: