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

| BYTE _MIB_IFROW::bDescr[MAXLEN_IFDESCR] |
Definition at line 60 of file ifmib.h.
Referenced by AdapterFindName(), and PrepareAdapterForService().
| UCHAR _MIB_IFROW::bPhysAddr[MAXLEN_PHYSADDR] |
Definition at line 43 of file ifmib.h.
Referenced by AdapterDiscoveryThread(), NetBTAstat(), and wprint_mac().
| DWORD _MIB_IFROW::dwIndex |
Definition at line 38 of file ifmib.h.
Referenced by AdapterFindIndex(), CNetConnectionManager::EnumerateINetConnections(), GetIfEntry(), GetIfTable(), CNetConnection::GetProperties(), InterfaceConnected(), IsReconnectHackNeeded(), NetBTAstat(), Release(), Renew(), SetClassId(), setup_adapter(), ShowInfo(), state_panic(), testGetInterfaceInfo(), UpdateLanStatus(), and WkstaEnumAdaptersCallback().
| DWORD _MIB_IFROW::dwInDiscards |
Definition at line 50 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwInErrors |
Definition at line 51 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwInNUcastPkts |
Definition at line 49 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwInOctets |
Definition at line 47 of file ifmib.h.
Referenced by ShowEthernetStatistics(), UpdateLanStatus(), and UpdateLanStatusUiDlg().
| DWORD _MIB_IFROW::dwInUcastPkts |
Definition at line 48 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwInUnknownProtos |
Definition at line 52 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwMtu |
Definition at line 40 of file ifmib.h.
Referenced by Server_QueryHWInfo().
| INTERNAL_IF_OPER_STATUS _MIB_IFROW::dwOperStatus |
Definition at line 45 of file ifmib.h.
Referenced by InterfaceConnected(), NormalizeOperStatus(), Release(), Renew(), SetClassId(), ShowInfo(), and UpdateLanStatus().
| DWORD _MIB_IFROW::dwOutDiscards |
Definition at line 56 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwOutErrors |
Definition at line 57 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwOutNUcastPkts |
Definition at line 55 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwOutOctets |
Definition at line 53 of file ifmib.h.
Referenced by ShowEthernetStatistics(), UpdateLanStatus(), and UpdateLanStatusUiDlg().
| DWORD _MIB_IFROW::dwOutUcastPkts |
Definition at line 54 of file ifmib.h.
Referenced by ShowEthernetStatistics().
| DWORD _MIB_IFROW::dwPhysAddrLen |
Definition at line 42 of file ifmib.h.
Referenced by AdapterDiscoveryThread(), NetBTAstat(), and wprint_mac().
| DWORD _MIB_IFROW::dwSpeed |
Definition at line 41 of file ifmib.h.
Referenced by Server_QueryHWInfo(), and UpdateLanStatusUiDlg().
| DWORD _MIB_IFROW::dwType |
Definition at line 39 of file ifmib.h.
Referenced by CNetConnectionManager::EnumerateINetConnections(), CNetConnection::GetProperties(), NetBTAstat(), and Server_QueryHWInfo().
| WCHAR _MIB_IFROW::wszName[MAX_INTERFACE_NAME_LEN] |
Definition at line 37 of file ifmib.h.
Referenced by wprint_name().