Searched refs:PrefixUtils (Results 1 – 7 of 7) sorted by relevance
34 public class PrefixUtils { class
51 import com.android.networkstack.tethering.util.PrefixUtils;630 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()
144 import com.android.networkstack.tethering.util.PrefixUtils;2271 PrefixUtils.addNonForwardablePrefixes(localPrefixes); in sendOffloadExemptPrefixes()2273 localPrefixes.add(PrefixUtils.DEFAULT_WIFI_P2P_PREFIX); in sendOffloadExemptPrefixes()2292 localPrefixes.add(PrefixUtils.ipAddressAsPrefix(ip)); in sendOffloadExemptPrefixes()2297 localPrefixes.addAll(PrefixUtils.localPrefixesFrom(lp)); in sendOffloadExemptPrefixes()
25 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;
28 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;73 import com.android.networkstack.tethering.util.PrefixUtils;524 return new RouteInfo(PrefixUtils.asIpPrefix(ipv4Address), null, mIfaceName, RTN_UNICAST); in getDirectConnectedRoute()
120 import com.android.networkstack.tethering.util.PrefixUtils;698 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServer()707 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServerOnBluetooth()718 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServerOnWifiP2p()
27 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;