NL_PREFIX_ORIGIN - NtDoc

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

typedef enum  { 
  IpPrefixOriginOther                = 0,
  IpPrefixOriginManual,
  IpPrefixOriginWellKnown,
  IpPrefixOriginDhcp,
  IpPrefixOriginRouterAdvertisement,
  IpPrefixOriginUnchanged            = 1 << 4
} NL_PREFIX_ORIGIN;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (nl-prefix-origin)

NL_PREFIX_ORIGIN enumeration

The NL_PREFIX_ORIGIN enumeration type defines the origin of the prefix or network 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)