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

Public Member Functions | |
| bool | operator== (const ServicePort &rhs) const |
| bool | PortMatch (uint32_t sport, uint32_t dport) const |
Public Attributes | |
| Range | protocol |
| Range | src_port |
| Range | dst_port |
Definition at line 133 of file acl_entry_match.h.
|
inline |
Definition at line 139 of file acl_entry_match.h.
| bool ServicePort::PortMatch | ( | uint32_t | sport, |
| uint32_t | dport | ||
| ) | const |
Definition at line 757 of file acl_entry.cc.
| Range ServicePort::dst_port |
Definition at line 137 of file acl_entry_match.h.
| Range ServicePort::protocol |
Definition at line 135 of file acl_entry_match.h.
| Range ServicePort::src_port |
Definition at line 136 of file acl_entry_match.h.