TCPIP_IPV4_PacketFilterClear Function

C

TCPIP_IPV4_FILTER_TYPE TCPIP_IPV4_PacketFilterClear(
    TCPIP_IPV4_FILTER_TYPE filtType
);

Description

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

Preconditions

filtType - valid IPv4 filter IPv4 properly initialized.

Parameters

ParametersDescription
filtTypePacket filter mask to clear.

Returns

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

Remarks

None.