IP_SUFFIX_ORIGIN
This enumeration specifies the origin of an IP address suffix, and is used with the IP_ADAPTER_UNICAST_ADDRESS structure.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Iptypes.h.
See Also
IPHelper Enumerations | IP_ADAPTER_UNICAST_ADDRESS
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.