iPXE
Data Fields
peerdist_msg_header Struct Reference

Retrieval protocol message header. More...

#include <pccrr.h>

Data Fields

union peerdist_msg_version version
 Protocol version. More...
 
uint32_t type
 Message type. More...
 
uint32_t len
 Message size (including this header) More...
 
uint32_t algorithm
 Cryptographic algorithm ID. More...
 

Detailed Description

Retrieval protocol message header.

Definition at line 152 of file pccrr.h.

Field Documentation

◆ version

union peerdist_msg_version peerdist_msg_header::version

Protocol version.

This is the protocol version in which the message type was first defined.

Definition at line 158 of file pccrr.h.

◆ type

uint32_t peerdist_msg_header::type

Message type.

Definition at line 160 of file pccrr.h.

◆ len

uint32_t peerdist_msg_header::len

Message size (including this header)

Definition at line 162 of file pccrr.h.

◆ algorithm

uint32_t peerdist_msg_header::algorithm

Cryptographic algorithm ID.

Definition at line 164 of file pccrr.h.


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