NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_NetSim_Interface Struct Reference
Collaboration diagram for stru_NetSim_Interface:

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_InterfacepstruAccessInterface
 
struct stru_NetSim_MacLayerpstruMACLayer
 
struct stru_NetSim_PhysicalLayerpstruPhysicalLayer
 
struct stru_NetSim_InterfacepstruNextInterface
 
struct stru_NetSim_InterfacepstruPrevInterface
 

Detailed Description

Definition at line 675 of file Stack.h.

Field Documentation

◆ interfaceVar

void* stru_NetSim_Interface::interfaceVar

Definition at line 696 of file Stack.h.

◆ ipVar

void* stru_NetSim_Interface::ipVar

Definition at line 695 of file Stack.h.

◆ isMACChanged

bool stru_NetSim_Interface::isMACChanged

Definition at line 686 of file Stack.h.

◆ isNwAddressChanged

bool stru_NetSim_Interface::isNwAddressChanged

Definition at line 685 of file Stack.h.

◆ isPhyChanged

bool stru_NetSim_Interface::isPhyChanged

Definition at line 687 of file Stack.h.

◆ localProtocolVar

void* stru_NetSim_Interface::localProtocolVar

Definition at line 698 of file Stack.h.

◆ nConfigInterfaceId

NETSIM_ID stru_NetSim_Interface::nConfigInterfaceId

Definition at line 678 of file Stack.h.

◆ nInterfaceId

NETSIM_ID stru_NetSim_Interface::nInterfaceId

Definition at line 677 of file Stack.h.

◆ nInterfaceType

INTERFACE_TYPE stru_NetSim_Interface::nInterfaceType

Definition at line 679 of file Stack.h.

◆ nLocalNetworkProtocol

NETWORK_LAYER_PROTOCOL stru_NetSim_Interface::nLocalNetworkProtocol

Definition at line 697 of file Stack.h.

◆ nParentInterfaceId

NETSIM_ID stru_NetSim_Interface::nParentInterfaceId

Definition at line 683 of file Stack.h.

◆ nProtocolId

NETWORK_LAYER_PROTOCOL stru_NetSim_Interface::nProtocolId

Definition at line 689 of file Stack.h.

◆ prefix_len

unsigned int stru_NetSim_Interface::prefix_len

Definition at line 693 of file Stack.h.

◆ pstruAccessInterface

struct stru_NetSim_Access_Interface* stru_NetSim_Interface::pstruAccessInterface

Definition at line 699 of file Stack.h.

◆ pstruMACLayer

struct stru_NetSim_MacLayer* stru_NetSim_Interface::pstruMACLayer

Definition at line 700 of file Stack.h.

◆ pstruNextInterface

struct stru_NetSim_Interface* stru_NetSim_Interface::pstruNextInterface

Definition at line 702 of file Stack.h.

◆ pstruPhysicalLayer

struct stru_NetSim_PhysicalLayer* stru_NetSim_Interface::pstruPhysicalLayer

Definition at line 701 of file Stack.h.

◆ pstruPrevInterface

struct stru_NetSim_Interface* stru_NetSim_Interface::pstruPrevInterface

Definition at line 703 of file Stack.h.

◆ publicIP

NETSIM_IPAddress stru_NetSim_Interface::publicIP

Definition at line 691 of file Stack.h.

◆ szAddress

NETSIM_IPAddress stru_NetSim_Interface::szAddress

Definition at line 690 of file Stack.h.

◆ szDefaultGateWay

NETSIM_IPAddress stru_NetSim_Interface::szDefaultGateWay

Definition at line 694 of file Stack.h.

◆ szInterfaceName

char* stru_NetSim_Interface::szInterfaceName

Definition at line 680 of file Stack.h.

◆ szSubnetMask

NETSIM_IPAddress stru_NetSim_Interface::szSubnetMask

Definition at line 692 of file Stack.h.

◆ virtualInterfaceName

char* stru_NetSim_Interface::virtualInterfaceName

Definition at line 684 of file Stack.h.


The documentation for this struct was generated from the following file: