iPXE
srp_t_logout Struct Reference

An SRP target logout request. More...

#include <srp.h>

Data Fields

uint8_t type
 Information unit type.
uint8_t flags
 Flags.
uint8_t reserved0 [2]
 Reserved.
uint32_t reason
 Reason.
union srp_tag tag
 Tag.

Detailed Description

An SRP target logout request.

Definition at line 287 of file srp.h.

Field Documentation

◆ type

uint8_t srp_t_logout::type

Information unit type.

This must be SRP_T_LOGOUT

Definition at line 292 of file srp.h.

◆ flags

uint8_t srp_t_logout::flags

Flags.

This is the bitwise OR of zero or more SRP_T_LOGOUT_FLAG_XXX constants.

Definition at line 298 of file srp.h.

◆ reserved0

uint8_t srp_t_logout::reserved0[2]

Reserved.

Definition at line 300 of file srp.h.

◆ reason

uint32_t srp_t_logout::reason

Reason.

This is a SRP_T_LOGOUT_REASON_XXX constant.

Definition at line 305 of file srp.h.

◆ tag

union srp_tag srp_t_logout::tag

Tag.

Definition at line 307 of file srp.h.


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