Searched refs:TUN_INTF_NETID_RANGE (Results 1 – 2 of 2) sorted by relevance
642 for (int i = 0; i < mIpSecService.TUN_INTF_NETID_RANGE; i++) { in testReserveNetId()655 mIpSecService.TUN_INTF_NETID_START + mIpSecService.TUN_INTF_NETID_RANGE / 2; in testReserveNetId()
749 @VisibleForTesting static final int TUN_INTF_NETID_RANGE = 0x0400; field in IpSecService766 for (int i = 0; i < TUN_INTF_NETID_RANGE; i++) { in reserveNetId()769 if (++mNextTunnelNetIdIndex >= TUN_INTF_NETID_RANGE) mNextTunnelNetIdIndex = 0; in reserveNetId()