NL_SUFFIX_ORIGIN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// nldef.h

typedef enum  { 
  NlsoOther,
  NlsoManual,
  NlsoWellKnown,
  NlsoDhcp,
  NlsoLinkLayerAddress,
  NlsoRandom,
  IpSuffixOriginOther             = 0,
  IpSuffixOriginManual,
  IpSuffixOriginWellKnown,
  IpSuffixOriginDhcp,
  IpSuffixOriginLinkLayerAddress,
  IpSuffixOriginRandom,
  IpSuffixOriginUnchanged         = 1 << 4
} NL_SUFFIX_ORIGIN;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (nl-suffix-origin)

NL_SUFFIX_ORIGIN enumeration

The NL_SUFFIX_ORIGIN enumeration type defines the origin of the suffix or host part of the IP address.

Constants

Requirements

Version Available in Windows Vista and later versions of the Windows operating systems.
Header Nldef.h (include Netioapi.h)