NetIpStackInfoEntryType_enum
NetIpStackInfoEntryType_enum
IP Stack keeps state on entries in IpNetToMedia table to perform physical address lookups for IP addresses.
Here are the standard states per @see RFC 4293 ipNetToMediaType.
Possible values:
other
: This implementation is reporting something other than what states are listed below.invalid
: The IP Stack has marked this entry as not useable.dynamic
: This entry has been learned using ARP or NDP.manual
: This entry was set manually.
This data structure has no properties.
Enumeration: other, invalid, dynamic, manual,