Microsoft Windows CE .NET 4.2
IP_DAD_STATE

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

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

OS Versions: Windows CE .NET 4.2 and later.
Header: Iptypes.h.

See Also

IPHelper Enumerations | IP_ADAPTER_UNICAST_ADDRESS


 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.

Page view tracker