IpStatsForwarding Enumeration

Specifies whether IP forwarding is enabled or disabled for a protocol (IPv4 or IPv6).

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum IpStatsForwarding

Remarks

Members

IpForwarding 1 IP forwarding is enabled.
IpNotForwarding 2 IP forwarding is not enabled.
UseCurrentForwarding -1 Use the current IP forwarding setting.

This value is only applicable when setting the forwarding and time-to-live (TTL) options using the SetIpStatistics and SetIpStatisticsEx functions.

See Also