Loading...
Searching...
No Matches
dhcpv6_relay_msg_t Struct Reference

Relay Agents/Server message format. More...

Detailed Description

Relay Agents/Server message format.

See also
[RFC 8415, section 9] (https://tools.ietf.org/html/rfc8415#section-9)

Definition at line 101 of file _dhcpv6.h.

#include <_dhcpv6.h>

Data Fields

uint8_t type
 message type (see DHCPv6 messeg types )
 
uint8_t hop_count
 number of relays that have already relayed the message
 
ipv6_addr_t link_address
 optional address to identify the link on which the client is located.
 
ipv6_addr_t peer_address
 The address of the client or relay agent from which the message to be relayed was received.
 

Field Documentation

◆ hop_count

uint8_t dhcpv6_relay_msg_t::hop_count

number of relays that have already relayed the message

Definition at line 103 of file _dhcpv6.h.

◆ link_address

ipv6_addr_t dhcpv6_relay_msg_t::link_address

optional address to identify the link on which the client is located.

Definition at line 108 of file _dhcpv6.h.

◆ peer_address

ipv6_addr_t dhcpv6_relay_msg_t::peer_address

The address of the client or relay agent from which the message to be relayed was received.

Definition at line 113 of file _dhcpv6.h.

◆ type

uint8_t dhcpv6_relay_msg_t::type

message type (see DHCPv6 messeg types )

Definition at line 102 of file _dhcpv6.h.


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