TCPIP_IPV4_PacketFilterSet Function

C

TCPIP_IPV4_FILTER_TYPE TCPIP_IPV4_PacketFilterSet(
    TCPIP_IPV4_FILTER_TYPE filtType
);

Description

The function will set the IPv4 packet filters. The filters that are present in the mask will be set. Other filters won't be touched.

Preconditions

filtType - valid IPv4 filter IPv4 properly initialized.

Parameters

ParametersDescription
filtTypePacket filter mask to set.

Returns

  • The current value of the IPV4 packet filters after this mask was applied.

Remarks

None.