IPv4Addr Struct Reference

Data Fields

ULONG addr
ULONG subnetMask

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


Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved