iPXE
srp_login_rej Struct Reference

An SRP login rejection. More...

#include <srp.h>

Data Fields

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

Detailed Description

An SRP login rejection.

Definition at line 195 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 200 of file srp.h.

◆ reserved0

uint8_t srp_login_rej::reserved0[3]

Reserved.

Definition at line 202 of file srp.h.

◆ reason

uint32_t srp_login_rej::reason

Reason.

This is a SRP_LOGIN_REJ_REASON_XXX constant.

Definition at line 207 of file srp.h.

Referenced by srp_login_rej().

◆ tag

union srp_tag srp_login_rej::tag

Tag.

Definition at line 209 of file srp.h.

Referenced by srp_login_rej().

◆ reserved1

uint8_t srp_login_rej::reserved1[8]

Reserved.

Definition at line 211 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 217 of file srp.h.

◆ reserved2

uint8_t srp_login_rej::reserved2[6]

Reserved.

Definition at line 219 of file srp.h.


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