iPXE
Data Fields
dhcpv6_session_state Struct Reference

A DHCPv6 session state. More...

Data Fields

uint8_t tx_type
 Current transmitted packet type. More...
 
uint8_t rx_type
 Current expected received packet type. More...
 
uint8_t flags
 Flags. More...
 
struct dhcpv6_session_statenext
 Next state (or NULL to terminate) More...
 

Detailed Description

A DHCPv6 session state.

Definition at line 444 of file dhcpv6.c.

Field Documentation

◆ tx_type

uint8_t dhcpv6_session_state::tx_type

Current transmitted packet type.

Definition at line 446 of file dhcpv6.c.

Referenced by dhcpv6_tx().

◆ rx_type

uint8_t dhcpv6_session_state::rx_type

Current expected received packet type.

Definition at line 448 of file dhcpv6.c.

Referenced by dhcpv6_rx().

◆ flags

uint8_t dhcpv6_session_state::flags

Flags.

Definition at line 450 of file dhcpv6.c.

Referenced by dhcpv6_rx(), and dhcpv6_tx().

◆ next

struct dhcpv6_session_state* dhcpv6_session_state::next

Next state (or NULL to terminate)

Definition at line 452 of file dhcpv6.c.

Referenced by dhcpv6_rx().


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