次の方法で共有


IP_DAD_STATE (Compact 2013)

3/26/2014

Deprecated.

This enumeration specifies information about the duplicate address detection (DAD) state.

Syntax

typedef enum {
  IpDadStateInvalid = 0, 
  IpDadStateTentative, 
  IpDadStateDuplicate, 
  IpDadStateDeprecated, 
  IpDadStatePreferred
} IP_DAD_STATE;

Elements

  • IpDadStateInvalid
    The DAD state is invalid.
  • IpDadStateTentative
    The DAD state is tentative.
  • IpDadStateDuplicate
    A duplicate IPv6 address has been detected.
  • IpDadStateDeprecated
    The IPv6 address has been deprecated.
  • IpDadStatePreferred
    The IPv6 address is the preferred address.

Remarks

This enumeration is used in the DadState member of the IP_ADAPTER_UNICAST_ADDRESS structure.

Requirements

Header

iptypes.h

See Also

Reference

IP Helper Enumerations
IP_ADAPTER_UNICAST_ADDRESS