Loading packages/Connectivity/framework/src/android/net/ConnectivityManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -5105,9 +5105,9 @@ public class ConnectivityManager { } // The first network ID of IPSec tunnel interface. private static final int TUN_INTF_NETID_START = 0xFC00; private static final int TUN_INTF_NETID_START = 0xFC00; // 0xFC00 = 64512 // The network ID range of IPSec tunnel interface. private static final int TUN_INTF_NETID_RANGE = 0x0400; private static final int TUN_INTF_NETID_RANGE = 0x0400; // 0x0400 = 1024 /** * Get the network ID range reserved for IPSec tunnel interfaces. Loading Loading
packages/Connectivity/framework/src/android/net/ConnectivityManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -5105,9 +5105,9 @@ public class ConnectivityManager { } // The first network ID of IPSec tunnel interface. private static final int TUN_INTF_NETID_START = 0xFC00; private static final int TUN_INTF_NETID_START = 0xFC00; // 0xFC00 = 64512 // The network ID range of IPSec tunnel interface. private static final int TUN_INTF_NETID_RANGE = 0x0400; private static final int TUN_INTF_NETID_RANGE = 0x0400; // 0x0400 = 1024 /** * Get the network ID range reserved for IPSec tunnel interfaces. Loading