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

| char _IP_ADAPTER_INFO::AdapterName |
Definition at line 44 of file iptypes.h.
Referenced by GetAdapterIndexFromNetCfgInstanceId(), Initialize(), PrintAdapterTypeAndName(), Release(), Renew(), SetClassId(), and ShowInfo().
| BYTE _IP_ADAPTER_INFO::Address |
Definition at line 47 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| PIP_ADDR_STRING _IP_ADAPTER_INFO::CurrentIpAddress |
| UINT _IP_ADAPTER_INFO::DhcpEnabled |
Definition at line 50 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), Release(), Renew(), and ShowInfo().
| IP_ADDR_STRING _IP_ADAPTER_INFO::DhcpServer |
Definition at line 54 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| IP_ADDR_STRING _IP_ADAPTER_INFO::GatewayList |
Definition at line 53 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), LANStatusUiDetailsDlg(), ShowInfo(), and TestUM().
| BOOL _IP_ADAPTER_INFO::HaveWins |
Definition at line 55 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| DWORD _IP_ADAPTER_INFO::Index |
Definition at line 48 of file iptypes.h.
Referenced by GetAdapterIndexFromNetCfgInstanceId(), Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), Release(), Renew(), SetClassId(), and ShowInfo().
| IP_ADDR_STRING _IP_ADAPTER_INFO::IpAddressList |
Definition at line 52 of file iptypes.h.
Referenced by Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), Release(), ShowInfo(), and TestUM().
| time_t _IP_ADAPTER_INFO::LeaseExpires |
Definition at line 59 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| time_t _IP_ADAPTER_INFO::LeaseObtained |
Definition at line 58 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| struct _IP_ADAPTER_INFO * _IP_ADAPTER_INFO::Next |
Definition at line 42 of file iptypes.h.
Referenced by GetAdapterIndexFromNetCfgInstanceId(), Initialize(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), Release(), Renew(), SetClassId(), ShowInfo(), test_gethostbyname(), and TestUM().
| IP_ADDR_STRING _IP_ADAPTER_INFO::PrimaryWinsServer |
Definition at line 56 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| IP_ADDR_STRING _IP_ADAPTER_INFO::SecondaryWinsServer |
Definition at line 57 of file iptypes.h.
Referenced by LANStatusUiDetailsDlg(), and ShowInfo().
| UINT _IP_ADAPTER_INFO::Type |
Definition at line 49 of file iptypes.h.
Referenced by PrintAdapterTypeAndName().