OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ServicePort Class Reference

#include <acl_entry_match.h>

Collaboration diagram for ServicePort:

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
 

Detailed Description

Definition at line 133 of file acl_entry_match.h.

Member Function Documentation

bool ServicePort::operator== ( const ServicePort rhs) const
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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: