![]() |
NetSim Source Code Help
|
#include <Stack.h>

Data Fields | |
| NETSIM_ID | nInterfaceId |
| NETSIM_ID | nConfigInterfaceId |
| INTERFACE_TYPE | nInterfaceType |
| char * | szInterfaceName |
| NETSIM_ID | nParentInterfaceId |
| char * | virtualInterfaceName |
| bool | isNwAddressChanged |
| bool | isMACChanged |
| bool | isPhyChanged |
| NETWORK_LAYER_PROTOCOL | nProtocolId |
| NETSIM_IPAddress | szAddress |
| NETSIM_IPAddress | publicIP |
| NETSIM_IPAddress | szSubnetMask |
| unsigned int | prefix_len |
| NETSIM_IPAddress | szDefaultGateWay |
| void * | ipVar |
| void * | interfaceVar |
| NETWORK_LAYER_PROTOCOL | nLocalNetworkProtocol |
| void * | localProtocolVar |
| struct stru_NetSim_Access_Interface * | pstruAccessInterface |
| struct stru_NetSim_MacLayer * | pstruMACLayer |
| struct stru_NetSim_PhysicalLayer * | pstruPhysicalLayer |
| struct stru_NetSim_Interface * | pstruNextInterface |
| struct stru_NetSim_Interface * | pstruPrevInterface |
| INTERFACE_TYPE stru_NetSim_Interface::nInterfaceType |
| NETWORK_LAYER_PROTOCOL stru_NetSim_Interface::nLocalNetworkProtocol |
| NETWORK_LAYER_PROTOCOL stru_NetSim_Interface::nProtocolId |
| struct stru_NetSim_Access_Interface* stru_NetSim_Interface::pstruAccessInterface |
| struct stru_NetSim_MacLayer* stru_NetSim_Interface::pstruMACLayer |
| struct stru_NetSim_Interface* stru_NetSim_Interface::pstruNextInterface |
| struct stru_NetSim_PhysicalLayer* stru_NetSim_Interface::pstruPhysicalLayer |
| struct stru_NetSim_Interface* stru_NetSim_Interface::pstruPrevInterface |
| NETSIM_IPAddress stru_NetSim_Interface::publicIP |
| NETSIM_IPAddress stru_NetSim_Interface::szAddress |
| NETSIM_IPAddress stru_NetSim_Interface::szDefaultGateWay |
| NETSIM_IPAddress stru_NetSim_Interface::szSubnetMask |