iPXE
|
An SRP login request information unit. More...
#include <srp.h>
Data Fields | |
uint8_t | type |
Information unit type. More... | |
uint8_t | reserved0 [7] |
Reserved. More... | |
union srp_tag | tag |
Tag. More... | |
uint32_t | max_i_t_iu_len |
Requested maximum initiator to target IU length. More... | |
uint8_t | reserved1 [4] |
Reserved. More... | |
uint16_t | required_buffer_formats |
Required buffer formats. More... | |
uint8_t | flags |
Flags. More... | |
uint8_t | reserved2 [5] |
Reserved. More... | |
union srp_port_id | initiator |
Initiator port identifier. More... | |
union srp_port_id | target |
Target port identifier. More... | |
uint8_t srp_login_req::type |
Information unit type.
This must be SRP_LOGIN_REQ
Definition at line 64 of file srp.h.
Referenced by srp_login().
union srp_tag srp_login_req::tag |
uint32_t srp_login_req::max_i_t_iu_len |
Requested maximum initiator to target IU length.
Definition at line 70 of file srp.h.
Referenced by srp_login().
uint16_t srp_login_req::required_buffer_formats |
Required buffer formats.
This is the bitwise OR of one or more SRP_LOGIN_REQ_FMT_XXX
constants.
Definition at line 78 of file srp.h.
Referenced by srp_login().
uint8_t srp_login_req::flags |
union srp_port_id srp_login_req::initiator |
union srp_port_id srp_login_req::target |