Share via


NL_DAD_STATE (Compact 2013)

3/26/2014

Deprecated.

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

Syntax

typedef enum {
  NldsInvalid,
  NldsTentative,
  NldsDuplicate,
  NldsDeprecated,
  NldsPreferred,
  IpDadStateInvalid = 0,
  IpDadStateTentative,
  IpDadStateDuplicate,
  IpDadStateDeprecated,
  IpDadStatePreferred,
} NL_DAD_STATE;

Values

  • NldsXxx
    Reserved for system use. Do not use these values in your driver.
  • IpDadStateInvalid
    The DAD state is invalid.
  • IpDadStateTentative
    The DAD state is tentative.
  • IpDadStateDuplicate
    A duplicate IP address has been detected.
  • IpDadStateDeprecated
    The IP address has been deprecated.
  • IpDadStatePreferred
    The IP address is the preferred address.

Remarks

The DAD state applies to both IPv4 and IPv6 addresses.

See Also

Reference

NL Enumerations