|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <netioapi.h>

Public Attributes | |
| SOCKADDR_INET | Address |
| NET_IFINDEX | InterfaceIndex |
| NET_LUID | InterfaceLuid |
| UCHAR | PhysicalAddress [IF_MAX_PHYS_ADDRESS_LENGTH] |
| ULONG | PhysicalAddressLength |
| NL_NEIGHBOR_STATE | State |
| union { | |
| struct { | |
| BOOLEAN IsRouter: 1 | |
| BOOLEAN IsUnreachable: 1 | |
| } DUMMYSTRUCTNAME | |
| UCHAR Flags | |
| } | DUMMYUNIONNAME |
| union { | |
| ULONG LastReachable | |
| ULONG LastUnreachable | |
| } | ReachabilityTime |
Definition at line 225 of file netioapi.h.
| SOCKADDR_INET _MIB_IPNET_ROW2::Address |
Definition at line 227 of file netioapi.h.
| struct { ... } _MIB_IPNET_ROW2::DUMMYSTRUCTNAME |
| union { ... } _MIB_IPNET_ROW2::DUMMYUNIONNAME |
| UCHAR _MIB_IPNET_ROW2::Flags |
Definition at line 241 of file netioapi.h.
| NET_IFINDEX _MIB_IPNET_ROW2::InterfaceIndex |
Definition at line 228 of file netioapi.h.
| NET_LUID _MIB_IPNET_ROW2::InterfaceLuid |
Definition at line 229 of file netioapi.h.
| BOOLEAN _MIB_IPNET_ROW2::IsRouter |
Definition at line 238 of file netioapi.h.
| BOOLEAN _MIB_IPNET_ROW2::IsUnreachable |
Definition at line 239 of file netioapi.h.
| ULONG _MIB_IPNET_ROW2::LastReachable |
Definition at line 246 of file netioapi.h.
| ULONG _MIB_IPNET_ROW2::LastUnreachable |
Definition at line 247 of file netioapi.h.
| UCHAR _MIB_IPNET_ROW2::PhysicalAddress[IF_MAX_PHYS_ADDRESS_LENGTH] |
Definition at line 230 of file netioapi.h.
| ULONG _MIB_IPNET_ROW2::PhysicalAddressLength |
Definition at line 231 of file netioapi.h.
| union { ... } _MIB_IPNET_ROW2::ReachabilityTime |
| NL_NEIGHBOR_STATE _MIB_IPNET_ROW2::State |
Definition at line 232 of file netioapi.h.