#include <uwmulti-destination.h>
◆ IP_range()
| IP_range::IP_range |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
|
inline |
◆ isInRange()
| bool IP_range::isInRange |
( |
int |
addr | ) |
|
|
inline |
Check if the given IP addr is in the range
- Parameters
-
- Returns
- true if the IP address is in the range, false otherwise
References max_IP, and min_IP.
◆ overlappingRange() [1/2]
| bool IP_range::overlappingRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
|
inline |
Return true if the 2 ranges are overlapped
- Parameters
-
| min | minimum IP address of the range |
| max | masimum IP address of the range |
- Returns
- true if the ranges are overlapped
References max_IP, and min_IP.
◆ overlappingRange() [2/2]
| bool IP_range::overlappingRange |
( |
IP_range |
range | ) |
|
|
inline |
◆ max_IP
◆ min_IP
The documentation for this struct was generated from the following file: