|
OpenSDN source code
|
#include <acl_entry_match.h>


Public Member Functions | |
| SrcPortMatch () | |
| bool | Match (const PacketHeader *packet_header, FlowPolicyInfo *info) const |
| void | SetAclEntryMatchSandeshData (AclEntrySandeshData &data) |
Public Member Functions inherited from PortMatch | |
| PortMatch (Type type) | |
| ~PortMatch () | |
| void | SetPortRange (const uint16_t min_port, const uint16_t max_port) |
| virtual bool | Compare (const AclEntryMatch &rhs) const |
| bool | CheckPortRanges (const uint16_t min_port, const uint16_t max_port) const |
Public Member Functions inherited from AclEntryMatch | |
| AclEntryMatch (Type type) | |
| virtual | ~AclEntryMatch () |
| bool | operator== (const AclEntryMatch &rhs) const |
Additional Inherited Members | |
Public Types inherited from AclEntryMatch | |
| enum | Type { SOURCE_PORT_MATCH , DESTINATION_PORT_MATCH , PROTOCOL_MATCH , ADDRESS_MATCH , SERVICE_GROUP_MATCH , TAGS_MATCH } |
Protected Attributes inherited from PortMatch | |
| RangeSList | port_ranges_ |
Definition at line 104 of file acl_entry_match.h.
|
inline |
Definition at line 106 of file acl_entry_match.h.
|
virtual |
Implements PortMatch.
Definition at line 945 of file acl_entry.cc.
|
virtual |
Implements PortMatch.
Definition at line 965 of file acl_entry.cc.