PXE_DHCPV6_RELAY_MESSAGE structure (wdspxe.h)

Provides the DHCPV6 relay message.

MessageType, HopCount, LinkAddress, and Options fields that are described by RFC 3315 section 7.

For more information about DHCPV6 message type, hop count, link address, and options, developers should refer to the Dynamic Host Configuration Protocol for IPv6 (RFC 3315) maintained by The Internet Engineering Task Force (IETF).

Syntax

typedef struct tagPXE_DHCPV6_RELAY_MESSAGE {
  BYTE              MessageType;
  BYTE              HopCount;
  BYTE              LinkAddress[16];
  BYTE              PeerAddress[16];
  PXE_DHCPV6_OPTION Options[1];
} PXE_DHCPV6_RELAY_MESSAGE, *PPXE_DHCPV6_RELAY_MESSAGE;

Members

MessageType

The message type

HopCount

The hop count

LinkAddress[16]

The link address

PeerAddress[16]

The peer address

Options[1]

A PXE_DHCPV6_OPTION structure and see RFC 3315 section 7.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header wdspxe.h