iPXE
Data Fields
srp_login_rsp Struct Reference

An SRP login response. More...

#include <srp.h>

Data Fields

uint8_t type
 Information unit type. More...
 
uint8_t reserved0 [3]
 Reserved. More...
 
uint32_t request_limit_delta
 Request limit delta. More...
 
union srp_tag tag
 Tag. More...
 
uint32_t max_i_t_iu_len
 Maximum initiator to target IU length. More...
 
uint32_t max_t_i_iu_len
 Maximum target to initiator IU length. More...
 
uint16_t supported_buffer_formats
 Supported buffer formats. More...
 
uint8_t flags
 Flags. More...
 
uint8_t reserved1 [25]
 Reserved. More...
 

Detailed Description

An SRP login response.

Definition at line 129 of file srp.h.

Field Documentation

◆ type

uint8_t srp_login_rsp::type

Information unit type.

This must be SRP_LOGIN_RSP

Definition at line 134 of file srp.h.

◆ reserved0

uint8_t srp_login_rsp::reserved0[3]

Reserved.

Definition at line 136 of file srp.h.

◆ request_limit_delta

uint32_t srp_login_rsp::request_limit_delta

Request limit delta.

Definition at line 138 of file srp.h.

◆ tag

union srp_tag srp_login_rsp::tag

Tag.

Definition at line 140 of file srp.h.

Referenced by srp_login_rsp().

◆ max_i_t_iu_len

uint32_t srp_login_rsp::max_i_t_iu_len

Maximum initiator to target IU length.

Definition at line 142 of file srp.h.

◆ max_t_i_iu_len

uint32_t srp_login_rsp::max_t_i_iu_len

Maximum target to initiator IU length.

Definition at line 144 of file srp.h.

◆ supported_buffer_formats

uint16_t srp_login_rsp::supported_buffer_formats

Supported buffer formats.

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

Definition at line 150 of file srp.h.

◆ flags

uint8_t srp_login_rsp::flags

Flags.

This is the bitwise OR of zero or more SRP_LOGIN_RSP_FLAG_XXX and SRP_LOGIN_RSP_MCR_XXX constants.

Definition at line 157 of file srp.h.

◆ reserved1

uint8_t srp_login_rsp::reserved1[25]

Reserved.

Definition at line 159 of file srp.h.


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