Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |