NetSim Source Code Help
Loading...
Searching...
No Matches
stru_IP_ACL Struct Reference
Collaboration diagram for stru_IP_ACL:
Collaboration graph

Data Fields

NETSIM_ID nDeviceId
 
NETSIM_ID nInterfaceId
 
ACL_TYPE type
 
NETSIM_IPAddress source
 
NETSIM_IPAddress dest
 
NETSIM_IPAddress srcSubnet
 
NETSIM_IPAddress destSubnet
 
UINT16 srcPort
 
UINT16 destPort
 
IP_PROTOCOL_NUMBER protocol
 
ACL_ACTION action
 
bool isMacBlock
 
_eleele
 

Detailed Description

Definition at line 24 of file firewall.c.

Field Documentation

◆ action

ACL_ACTION stru_IP_ACL::action

Definition at line 36 of file firewall.c.

◆ dest

NETSIM_IPAddress stru_IP_ACL::dest

Definition at line 30 of file firewall.c.

◆ destPort

UINT16 stru_IP_ACL::destPort

Definition at line 34 of file firewall.c.

◆ destSubnet

NETSIM_IPAddress stru_IP_ACL::destSubnet

Definition at line 32 of file firewall.c.

◆ ele

_ele* stru_IP_ACL::ele

Definition at line 38 of file firewall.c.

◆ isMacBlock

bool stru_IP_ACL::isMacBlock

Definition at line 37 of file firewall.c.

◆ nDeviceId

NETSIM_ID stru_IP_ACL::nDeviceId

Definition at line 26 of file firewall.c.

◆ nInterfaceId

NETSIM_ID stru_IP_ACL::nInterfaceId

Definition at line 27 of file firewall.c.

◆ protocol

IP_PROTOCOL_NUMBER stru_IP_ACL::protocol

Definition at line 35 of file firewall.c.

◆ source

NETSIM_IPAddress stru_IP_ACL::source

Definition at line 29 of file firewall.c.

◆ srcPort

UINT16 stru_IP_ACL::srcPort

Definition at line 33 of file firewall.c.

◆ srcSubnet

NETSIM_IPAddress stru_IP_ACL::srcSubnet

Definition at line 31 of file firewall.c.

◆ type

ACL_TYPE stru_IP_ACL::type

Definition at line 28 of file firewall.c.


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