Module client

Source
Expand description

Core DHCPv6 client state transitions.

Structs§

ClientStateMachine
The DHCPv6 core state machine.
IaUpdate
An IA update.
IaValueUpdate
An update for an IA value.
Lifetimes
The valid and preferred lifetimes.

Enums§

Action
Possible actions that need to be taken for a state transition to happen successfully.
ClientTimerType
Identifies what event should be triggered when a timer fires.
IaValueUpdateKind
An IA Value’s update kind.

Functions§

transaction_id
Creates a transaction ID used by the client to match outgoing messages with server replies, as defined in RFC 8415, Section 16.1.

Type Aliases§

Actions