IPv4Addr Struct Reference
Detailed Description
This structure contains the IPv4 filter address
- Parameters:
-
| addr | IPv4 address |
| subnetMask | A packet matches if:
- (addr and subnetMask) == (IP pkt addr & subnetMask) Callers to set up a filter with a range of source addresses, if needed; subnet mask of all 1s (255.255.255.255) specifies a single address value
|
Field Documentation