iPXE
Data Fields
srp_login_rej Struct Reference

An SRP login rejection. More...

#include <srp.h>

Data Fields

uint8_t type
 Information unit type. More...
 
uint8_t reserved0 [3]
 Reserved. More...
 
uint32_t reason
 Reason. More...
 
union srp_tag tag
 Tag. More...
 
uint8_t reserved1 [8]
 Reserved. More...
 
uint16_t supported_buffer_formats
 Supported buffer formats. More...
 
uint8_t reserved2 [6]
 Reserved. More...
 

Detailed Description

An SRP login rejection.

Definition at line 194 of file srp.h.

Field Documentation

◆ type

uint8_t srp_login_rej::type

Information unit type.

This must be SRP_LOGIN_REJ

Definition at line 199 of file srp.h.

◆ reserved0

uint8_t srp_login_rej::reserved0[3]

Reserved.

Definition at line 201 of file srp.h.

◆ reason

uint32_t srp_login_rej::reason

Reason.

This is a SRP_LOGIN_REJ_REASON_XXX constant.

Definition at line 206 of file srp.h.

Referenced by srp_login_rej().

◆ tag

union srp_tag srp_login_rej::tag

Tag.

Definition at line 208 of file srp.h.

Referenced by srp_login_rej().

◆ reserved1

uint8_t srp_login_rej::reserved1[8]

Reserved.

Definition at line 210 of file srp.h.

◆ supported_buffer_formats

uint16_t srp_login_rej::supported_buffer_formats

Supported buffer formats.

This is the bitwise OR of one or more SRP_LOGIN_REJ_FMT_XXX constants.

Definition at line 216 of file srp.h.

◆ reserved2

uint8_t srp_login_rej::reserved2[6]

Reserved.

Definition at line 218 of file srp.h.


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