IP_DAD_STATE
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |