Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Network
Reference
IP Helper Reference
NL Enumerations
 NL_LINK_LOCAL_ADDRESS_BEHAVIOR

  Switch on low bandwidth view
Windows Driver Kit: Network Devices and Protocols
NL_LINK_LOCAL_ADDRESS_BEHAVIOR

The NL_LINK_LOCAL_ADDRESS_BEHAVIOR enumeration type defines the link local address behavior.

typedef enum _NL_LINK_LOCAL_ADDRESS_BEHAVIOR {
  LinkLocalAlwaysOff = 0,
  LinkLocalDelayed,
  LinkLocalAlwaysOn,
  LinkLocalUnchanged = -1
} NL_LINK_LOCAL_ADDRESS_BEHAVIOR;

Values

LinkLocalAlwaysOff
A link local IP address should never be used.
LinkLocalDelayed
A link local IP address should be used only if no other address is available. This setting is the default setting for an IPv4 interface.
LinkLocalAlwaysOn
A link local IP address should always be used. This setting is the default setting for an IPv6 interface.
LinkLocalUnchanged
When the properties of an IP interface are being set, the value for link local address behavior should be unchanged.

Requirements

Versions: Available in Windows Vista and later versions of the Windows operating systems.

Headers: Defined in Nldef.h. Include Netioapi.h.


Send feedback on this topic
Built on May 31, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker