2.2.1.2.203 RIP_ROUTE_FILTER_INFO
The RIP_ROUTE_FILTER_INFO structure contains the information about a route filter to which the filter actions specified in RIP_IF_FILTERS (section 2.2.1.2.204) are applied. This structure is used in RIP_IF_FILTERS.
-
typedef struct _RIP_ROUTE_FILTER_INFO { UCHAR Network[4]; UCHAR Mask[4]; } RIP_ROUTE_FILTER_INFO, *PRIP_ROUTE_FILTER_INFO;
Network: The network to which this filter is to be applied.
Mask: The mask that MUST be ANDed with the network and with the IP address of the packet to establish a filter match. See [RFC950].