IpStatsForwarding Enumeration
Specifies whether IP forwarding is enabled or disabled for a protocol (IPv4 or IPv6).
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum IpStatsForwarding
Public Enumeration IpStatsForwarding
Dim instance As IpStatsForwarding
public enum class IpStatsForwarding
No code example is currently available or this language may not be supported.
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.
|