ReactOS 0.4.16-dev-112-g52265ae
|
#include <iptypes.h>
Public Attributes | |
struct _IP_ADDR_STRING * | Next |
IP_ADDRESS_STRING | IpAddress |
IP_MASK_STRING | IpMask |
DWORD | Context |
DWORD _IP_ADDR_STRING::Context |
Definition at line 49 of file iptypes.h.
Referenced by CopyIpAddrString(), and GetPerAdapterInfo().
IP_ADDRESS_STRING _IP_ADDR_STRING::IpAddress |
Definition at line 47 of file iptypes.h.
Referenced by CopyIpAddrString(), CreateNameServerListEnumNamesFunc(), InitializePropertyDialog(), IsReconnectHackNeeded(), LANStatusUiDetailsDlg(), main(), PrintRoutes(), Query_Main(), Release(), ShowInfo(), and TestUM().
IP_MASK_STRING _IP_ADDR_STRING::IpMask |
Definition at line 48 of file iptypes.h.
Referenced by CopyIpAddrString(), InitializePropertyDialog(), LANStatusUiDetailsDlg(), and ShowInfo().
struct _IP_ADDR_STRING* _IP_ADDR_STRING::Next |
Definition at line 46 of file iptypes.h.
Referenced by CopyIpAddrString(), CreateNameServerListEnumNamesFunc(), GetNetworkParams(), main(), Query_Main(), and ShowInfo().