ReactOS 0.4.16-dev-197-g92996da
|
#include <iptypes.h>
char _IP_ADAPTER_INFO::AdapterName[MAX_ADAPTER_NAME_LENGTH+4] |
Definition at line 55 of file iptypes.h.
Referenced by BuildAdapterMap(), GetAdapterIndexFromNetCfgInstanceId(), Initialize(), PrintAdapterTypeAndName(), Release(), Renew(), and ShowInfo().
BYTE _IP_ADAPTER_INFO::Address[MAX_ADAPTER_ADDRESS_LENGTH] |
Definition at line 58 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
PIP_ADDR_STRING _IP_ADAPTER_INFO::CurrentIpAddress |
char _IP_ADAPTER_INFO::Description[MAX_ADAPTER_DESCRIPTION_LENGTH+4] |
Definition at line 56 of file iptypes.h.
Referenced by PrintRoutes().
UINT _IP_ADAPTER_INFO::DhcpEnabled |
Definition at line 61 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), Release(), Renew(), and ShowInfo().
IP_ADDR_STRING _IP_ADAPTER_INFO::DhcpServer |
Definition at line 65 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
IP_ADDR_STRING _IP_ADAPTER_INFO::GatewayList |
Definition at line 64 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), LANStatusUiDetailsDlg(), PrintRoutes(), ShowInfo(), and TestUM().
BOOL _IP_ADAPTER_INFO::HaveWins |
Definition at line 66 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
DWORD _IP_ADAPTER_INFO::Index |
Definition at line 59 of file iptypes.h.
Referenced by BuildAdapterMap(), GetAdapterIndexFromNetCfgInstanceId(), Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), PrintRoutes(), Release(), Renew(), and ShowInfo().
IP_ADDR_STRING _IP_ADAPTER_INFO::IpAddressList |
Definition at line 63 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), Release(), ShowInfo(), and TestUM().
time_t _IP_ADAPTER_INFO::LeaseExpires |
Definition at line 70 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
time_t _IP_ADAPTER_INFO::LeaseObtained |
Definition at line 69 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
struct _IP_ADAPTER_INFO* _IP_ADAPTER_INFO::Next |
Definition at line 53 of file iptypes.h.
Referenced by GetAdapterIndexFromNetCfgInstanceId(), Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), PrintRoutes(), Release(), Renew(), ShowInfo(), test_gethostbyname(), and TestUM().
IP_ADDR_STRING _IP_ADAPTER_INFO::PrimaryWinsServer |
Definition at line 67 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
IP_ADDR_STRING _IP_ADAPTER_INFO::SecondaryWinsServer |
Definition at line 68 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
UINT _IP_ADAPTER_INFO::Type |
Definition at line 60 of file iptypes.h.
Referenced by PrintAdapterTypeAndName().