Relay Agents/Server message format. More...
Relay Agents/Server message format.
#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. | |