Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
IP Helper Enumerations | IP_ADAPTER_UNICAST_ADDRESS
Send Feedback on this topic to the authors