Share via


IP_SUFFIX_ORIGIN

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Enumerations
IP_ADAPTER_UNICAST_ADDRESS