NL_DAD_STATE - NtDoc

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

typedef enum  { 
  NldsInvalid,
  NldsTentative,
  NldsDuplicate,
  NldsDeprecated,
  NldsPreferred,
  IpDadStateInvalid     = 0,
  IpDadStateTentative,
  IpDadStateDuplicate,
  IpDadStateDeprecated,
  IpDadStatePreferred
} NL_DAD_STATE;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (nl-dad-state)

NL_DAD_STATE enumeration

The NL_DAD_STATE enumeration type defines the duplicate address detection (DAD) state.

Constants

Remarks

The DAD state applies to both IPv4 and IPv6 addresses.

Requirements

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