ReactOS 0.4.15-dev-7942-gd23573b
_MIB_IPNETROW Struct Reference

#include <ipmib.h>

Public Attributes

DWORD dwIndex
 
DWORD dwPhysAddrLen
 
BYTE bPhysAddr [MAXLEN_PHYSADDR]
 
DWORD dwAddr
 
union {
   DWORD   dwType
 
   MIB_IPNET_TYPE   Type
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 112 of file ipmib.h.

Member Data Documentation

◆ bPhysAddr

BYTE _MIB_IPNETROW::bPhysAddr[MAXLEN_PHYSADDR]

Definition at line 116 of file ipmib.h.

Referenced by Addhost(), and PrintEntries().

◆ 

union { ... } _MIB_IPNETROW::DUMMYUNIONNAME

◆ dwAddr

DWORD _MIB_IPNETROW::dwAddr

Definition at line 117 of file ipmib.h.

Referenced by Addhost(), Deletehost(), DisplayArpEntries(), and PrintEntries().

◆ dwIndex

DWORD _MIB_IPNETROW::dwIndex

Definition at line 114 of file ipmib.h.

Referenced by Addhost(), Deletehost(), DisplayArpEntries(), and SetIpNetEntry().

◆ dwPhysAddrLen

DWORD _MIB_IPNETROW::dwPhysAddrLen

Definition at line 115 of file ipmib.h.

Referenced by Addhost().

◆ dwType

DWORD _MIB_IPNETROW::dwType

Definition at line 120 of file ipmib.h.

Referenced by Addhost(), and PrintEntries().

◆ Type

MIB_IPNET_TYPE _MIB_IPNETROW::Type

Definition at line 121 of file ipmib.h.


The documentation for this struct was generated from the following file: