ReactOS 0.4.15-dev-7961-gdcf9eb0
_MIB_IFROW Struct Reference

#include <ifmib.h>

Collaboration diagram for _MIB_IFROW:

Public Attributes

WCHAR wszName [MAX_INTERFACE_NAME_LEN]
 
DWORD dwIndex
 
DWORD dwType
 
DWORD dwMtu
 
DWORD dwSpeed
 
DWORD dwPhysAddrLen
 
UCHAR bPhysAddr [MAXLEN_PHYSADDR]
 
DWORD dwAdminStatus
 
INTERNAL_IF_OPER_STATUS dwOperStatus
 
DWORD dwLastChange
 
DWORD dwInOctets
 
DWORD dwInUcastPkts
 
DWORD dwInNUcastPkts
 
DWORD dwInDiscards
 
DWORD dwInErrors
 
DWORD dwInUnknownProtos
 
DWORD dwOutOctets
 
DWORD dwOutUcastPkts
 
DWORD dwOutNUcastPkts
 
DWORD dwOutDiscards
 
DWORD dwOutErrors
 
DWORD dwOutQLen
 
DWORD dwDescrLen
 
BYTE bDescr [MAXLEN_IFDESCR]
 

Detailed Description

Definition at line 35 of file ifmib.h.

Member Data Documentation

◆ bDescr

BYTE _MIB_IFROW::bDescr[MAXLEN_IFDESCR]

Definition at line 60 of file ifmib.h.

Referenced by PrepareAdapterForService().

◆ bPhysAddr

UCHAR _MIB_IFROW::bPhysAddr[MAXLEN_PHYSADDR]

Definition at line 43 of file ifmib.h.

Referenced by AdapterDiscoveryThread(), NetBTAstat(), and wprint_mac().

◆ dwAdminStatus

DWORD _MIB_IFROW::dwAdminStatus

Definition at line 44 of file ifmib.h.

◆ dwDescrLen

DWORD _MIB_IFROW::dwDescrLen

Definition at line 59 of file ifmib.h.

◆ dwIndex

◆ dwInDiscards

DWORD _MIB_IFROW::dwInDiscards

Definition at line 50 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwInErrors

DWORD _MIB_IFROW::dwInErrors

Definition at line 51 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwInNUcastPkts

DWORD _MIB_IFROW::dwInNUcastPkts

Definition at line 49 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwInOctets

DWORD _MIB_IFROW::dwInOctets

Definition at line 47 of file ifmib.h.

Referenced by ShowEthernetStatistics(), UpdateLanStatus(), and UpdateLanStatusUiDlg().

◆ dwInUcastPkts

DWORD _MIB_IFROW::dwInUcastPkts

Definition at line 48 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwInUnknownProtos

DWORD _MIB_IFROW::dwInUnknownProtos

Definition at line 52 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwLastChange

DWORD _MIB_IFROW::dwLastChange

Definition at line 46 of file ifmib.h.

◆ dwMtu

DWORD _MIB_IFROW::dwMtu

Definition at line 40 of file ifmib.h.

Referenced by DSQueryHWInfo().

◆ dwOperStatus

INTERNAL_IF_OPER_STATUS _MIB_IFROW::dwOperStatus

◆ dwOutDiscards

DWORD _MIB_IFROW::dwOutDiscards

Definition at line 56 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwOutErrors

DWORD _MIB_IFROW::dwOutErrors

Definition at line 57 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwOutNUcastPkts

DWORD _MIB_IFROW::dwOutNUcastPkts

Definition at line 55 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwOutOctets

DWORD _MIB_IFROW::dwOutOctets

Definition at line 53 of file ifmib.h.

Referenced by ShowEthernetStatistics(), UpdateLanStatus(), and UpdateLanStatusUiDlg().

◆ dwOutQLen

DWORD _MIB_IFROW::dwOutQLen

Definition at line 58 of file ifmib.h.

◆ dwOutUcastPkts

DWORD _MIB_IFROW::dwOutUcastPkts

Definition at line 54 of file ifmib.h.

Referenced by ShowEthernetStatistics().

◆ dwPhysAddrLen

DWORD _MIB_IFROW::dwPhysAddrLen

Definition at line 42 of file ifmib.h.

Referenced by AdapterDiscoveryThread(), NetBTAstat(), and wprint_mac().

◆ dwSpeed

DWORD _MIB_IFROW::dwSpeed

Definition at line 41 of file ifmib.h.

Referenced by DSQueryHWInfo(), and UpdateLanStatusUiDlg().

◆ dwType

◆ wszName

WCHAR _MIB_IFROW::wszName[MAX_INTERFACE_NAME_LEN]

Definition at line 37 of file ifmib.h.

Referenced by AdapterFindName(), and wprint_name().


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