HomeSort by relevance Sort by last modified time
    Searched refs:TUN_INTF_NETID_RANGE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceTest.java 642 for (int i = 0; i < mIpSecService.TUN_INTF_NETID_RANGE; i++) {
655 mIpSecService.TUN_INTF_NETID_START + mIpSecService.TUN_INTF_NETID_RANGE / 2;
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 749 @VisibleForTesting static final int TUN_INTF_NETID_RANGE = 0x0400;
766 for (int i = 0; i < TUN_INTF_NETID_RANGE; i++) {
769 if (++mNextTunnelNetIdIndex >= TUN_INTF_NETID_RANGE) mNextTunnelNetIdIndex = 0;
    [all...]

Completed in 55 milliseconds