#include <AclFiltering.h>
Public Member Functions | |
void | reset () |
bool | contains (IpEndpoint const &ip) |
Data Fields | |
IpEndpoint | start |
Minimum value in range. | |
IpEndpoint | end |
Maximum value in range. | |
bool | invert |
Should we "invert" the meaning of this IP range ("not in range"). |
Definition at line 40 of file AclFiltering.h.
bool src_ip_info_t::contains | ( | IpEndpoint const & | ip | ) | [inline] |
true
if ip is inside this range. Definition at line 52 of file AclFiltering.h.
References ats_ip_addr_cmp(), end, and start.
void src_ip_info_t::reset | ( | ) | [inline] |
Definition at line 45 of file AclFiltering.h.
References end, invert, and start.
Referenced by remap_validate_filter_args().
Maximum value in range.
Definition at line 42 of file AclFiltering.h.
Referenced by contains(), remap_validate_filter_args(), and reset().
Should we "invert" the meaning of this IP range ("not in range").
Definition at line 43 of file AclFiltering.h.
Referenced by remap_validate_filter_args(), and reset().
Minimum value in range.
Definition at line 41 of file AclFiltering.h.
Referenced by contains(), remap_validate_filter_args(), and reset().