|
INET Framework for OMNeT++/OMNEST
|
#include <omnetpp.h>#include "IPAddress.h"#include "IPAddressResolver.h"#include "RoutingTableAccess.h"#include "IPDatagram.h"#include "TCPSegment.h"#include "UDPPacket.h"Go to the source code of this file.
Classes | |
| struct | TIP |
| struct | TRule |
| struct | TACL |
| class | Stat |
| class | AclContainer |
Typedefs | |
| typedef std::list< TRule > | TRULES |
| typedef std::list< TRule > ::iterator | TRULES_it |
| typedef std::list< TACL >::iterator | TACL_itc |
Enumerations | |
| enum | TProtocol { PROT_ICMP = 1, PROT_IGMP = 2, PROT_IP = 4, PROT_TCP = 6, PROT_UDP = 17, PROT_EIGRP = 88, PROT_OSPF = 89, PROT_SCTP = 132, PROT_ICMP = 1, PROT_IGMP = 2, PROT_IP = 4, PROT_TCP = 6, PROT_UDP = 17, PROT_EIGRP = 88, PROT_OSPF = 89, PROT_SCTP = 132 } |
| enum | TPortOP { PORT_NDEF, PORT_EQ, PORT_NEQ, PORT_GT, PORT_LT, PORT_RNG, PORT_NDEF, PORT_EQ, PORT_NEQ, PORT_GT, PORT_LT, PORT_RNG } |
Functions | |
| std::ostream & | operator<< (std::ostream &ostr, Stat &statistics) |
Variables | |
| const bool | A_PERMIT = true |
| const bool | A_DENY = false |
Definition at line 84 of file AclContainer.h.
Definition at line 75 of file AclContainer.h.
Definition at line 76 of file AclContainer.h.
| enum TPortOP |
| enum TProtocol |
| PROT_ICMP | |
| PROT_IGMP | |
| PROT_IP | |
| PROT_TCP | |
| PROT_UDP | |
| PROT_EIGRP | |
| PROT_OSPF | |
| PROT_SCTP | |
| PROT_ICMP | |
| PROT_IGMP | |
| PROT_IP | |
| PROT_TCP | |
| PROT_UDP | |
| PROT_EIGRP | |
| PROT_OSPF | |
| PROT_SCTP |
Definition at line 37 of file AclContainer.h.
| std::ostream& operator<< | ( | std::ostream & | ostr, |
| Stat & | statistics | ||
| ) | [inline] |
Definition at line 93 of file AclContainer.h.
| const bool A_DENY = false |
Definition at line 34 of file AclContainer.h.
| const bool A_PERMIT = true |
Definition at line 33 of file AclContainer.h.