ISC DHCP  4.3.5
A reference DHCPv4 and DHCPv6 implementation
dhcpv6_relay_packet Struct Reference

#include <dhcp6.h>

Data Fields

unsigned char msg_type
 
unsigned char hop_count
 
unsigned char link_address [16]
 
unsigned char peer_address [16]
 
unsigned char options [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 237 of file dhcp6.h.

Field Documentation

§ hop_count

unsigned char dhcpv6_relay_packet::hop_count

Definition at line 239 of file dhcp6.h.

§ link_address

unsigned char dhcpv6_relay_packet::link_address[16]

Definition at line 240 of file dhcp6.h.

§ msg_type

unsigned char dhcpv6_relay_packet::msg_type

Definition at line 238 of file dhcp6.h.

§ options

unsigned char dhcpv6_relay_packet::options[FLEXIBLE_ARRAY_MEMBER]

Definition at line 242 of file dhcp6.h.

§ peer_address

unsigned char dhcpv6_relay_packet::peer_address[16]

Definition at line 241 of file dhcp6.h.


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