IP_SUFFIX_ORIGIN (Windows Embedded CE 6.0)
1/6/2010
This enumeration specifies the origin of an IP address suffix, and is used with the IP_ADAPTER_UNICAST_ADDRESS structure.
Syntax
typedef enum {
IpSuffixOriginOther = 0,
IpSuffixOriginManual,
IpSuffixOriginWellKnown,
IpSuffixOriginDhcp,
IpSuffixOriginLinkLayerAddress,
IpSuffixOriginRandom
} IP_SUFFIX_ORIGIN;
Elements
- IpSuffixOriginOther
The IPv6 suffix was provided by a source other than those defined in this enumeration.
- IpSuffixOriginManual
The IPv6 suffix was manually specified.
- IpSuffixOriginWellKnown
The IPv6 suffix is from a well-known source.
- IpSuffixOriginDhcp
The IPv6 suffix was provided by DHCP settings.
- IpSuffixOriginLinkLayerAddress
The IPv6 suffix was obtained from the link-layer address.
- IpSuffixOriginRandom
The IPv6 suffix was obtained from a random source.
Remarks
This enumeration is used in the SuffixOrigin member of the IP_ADAPTER_UNICAST_ADDRESS structure.
Requirements
Header | iptypes.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |