|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ipmib.h>
Public Attributes | |
| DWORD | dwIndex |
| DWORD | dwPhysAddrLen |
| BYTE | bPhysAddr [MAXLEN_PHYSADDR] |
| DWORD | dwAddr |
| union { | |
| DWORD dwType | |
| MIB_IPNET_TYPE Type | |
| } | DUMMYUNIONNAME |
| BYTE _MIB_IPNETROW::bPhysAddr[MAXLEN_PHYSADDR] |
Definition at line 116 of file ipmib.h.
Referenced by Addhost(), and PrintEntries().
| union { ... } _MIB_IPNETROW::DUMMYUNIONNAME |
| DWORD _MIB_IPNETROW::dwAddr |
Definition at line 117 of file ipmib.h.
Referenced by Addhost(), Deletehost(), DisplayArpEntries(), and PrintEntries().
| DWORD _MIB_IPNETROW::dwIndex |
Definition at line 114 of file ipmib.h.
Referenced by Addhost(), Deletehost(), DisplayArpEntries(), and SetIpNetEntry().
| DWORD _MIB_IPNETROW::dwType |
Definition at line 120 of file ipmib.h.
Referenced by Addhost(), and PrintEntries().
| MIB_IPNET_TYPE _MIB_IPNETROW::Type |