iPXE
dhcpv6_session_state Struct Reference

A DHCPv6 session state. More...

Data Fields

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

Detailed Description

A DHCPv6 session state.

Definition at line 520 of file dhcpv6.c.

Field Documentation

◆ tx_type

uint8_t dhcpv6_session_state::tx_type

Current transmitted packet type.

Definition at line 522 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 524 of file dhcpv6.c.

Referenced by dhcpv6_rx().

◆ flags

uint8_t dhcpv6_session_state::flags

Flags.

Definition at line 526 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 528 of file dhcpv6.c.

Referenced by dhcpv6_rx().


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