ReactOS 0.4.16-dev-732-g2d1144a
|
Public Attributes | |
CRITICAL_SECTION | cs |
BOOL | enumerated |
BOOL | enumerating |
UCHAR | tableSize |
NetBIOSAdapter * | table |
CRITICAL_SECTION _NetBIOSAdapterTable::cs |
Definition at line 70 of file netbios.c.
Referenced by nbInternalEnum(), NetBIOSEnableAdapter(), NetBIOSEnumAdapters(), NetBIOSInit(), NetBIOSRegisterAdapter(), and NetBIOSShutdown().
BOOL _NetBIOSAdapterTable::enumerated |
Definition at line 71 of file netbios.c.
Referenced by nbInternalEnum(), Netbios(), and NetBIOSNumAdapters().
BOOL _NetBIOSAdapterTable::enumerating |
Definition at line 72 of file netbios.c.
Referenced by NetBIOSEnumAdapters().
NetBIOSAdapter* _NetBIOSAdapterTable::table |
Definition at line 74 of file netbios.c.
Referenced by nbEnum(), nbGetAdapter(), nbInternalEnum(), nbResizeAdapterTable(), NetBIOSEnableAdapter(), NetBIOSEnumAdapters(), NetBIOSNumAdapters(), NetBIOSRegisterAdapter(), and NetBIOSShutdown().
UCHAR _NetBIOSAdapterTable::tableSize |
Definition at line 73 of file netbios.c.
Referenced by nbEnum(), nbGetAdapter(), nbInternalEnum(), nbResizeAdapterTable(), NetBIOSEnableAdapter(), NetBIOSEnumAdapters(), NetBIOSNumAdapters(), NetBIOSRegisterAdapter(), and NetBIOSShutdown().