#include <uwmulti-destination.h>
Definition at line 53 of file 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
Definition at line 91 of file uwmulti-destination.h.
◆ 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
Definition at line 81 of file uwmulti-destination.h.
◆ overlappingRange() [2/2]
bool IP_range::overlappingRange |
( |
IP_range |
range | ) |
|
|
inline |
Return true if the 2 ranges are not overlapped.
- Parameters
-
- Returns
- true if the ranges are not overlapped
Definition at line 70 of file uwmulti-destination.h.
◆ max_IP
◆ min_IP
The documentation for this struct was generated from the following file: