iPXE
srp_cred_rsp Struct Reference

An SRP credit response. More...

#include <srp.h>

Data Fields

uint8_t type
 Information unit type.
uint8_t reserved0 [7]
 Reserved.
union srp_tag tag
 Tag.

Detailed Description

An SRP credit response.

Definition at line 669 of file srp.h.

Field Documentation

◆ type

uint8_t srp_cred_rsp::type

Information unit type.

This must be SRP_CRED_RSP

Definition at line 674 of file srp.h.

◆ reserved0

uint8_t srp_cred_rsp::reserved0[7]

Reserved.

Definition at line 676 of file srp.h.

◆ tag

union srp_tag srp_cred_rsp::tag

Tag.

Definition at line 678 of file srp.h.


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