Searched refs:PrefixUtils (Results 1 – 7 of 7) sorted by relevance
34 public class PrefixUtils { class
50 import com.android.networkstack.tethering.util.PrefixUtils;613 prefixSet.addAll(PrefixUtils.localPrefixesFrom(lp)); in allLocalPrefixes()
27 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;
149 import com.android.networkstack.tethering.util.PrefixUtils;2323 PrefixUtils.addNonForwardablePrefixes(localPrefixes); in sendOffloadExemptPrefixes()2325 localPrefixes.add(PrefixUtils.DEFAULT_WIFI_P2P_PREFIX); in sendOffloadExemptPrefixes()2344 localPrefixes.add(PrefixUtils.ipAddressAsPrefix(ip)); in sendOffloadExemptPrefixes()2349 localPrefixes.addAll(PrefixUtils.localPrefixesFrom(lp)); in sendOffloadExemptPrefixes()
103 import com.android.networkstack.tethering.util.PrefixUtils;664 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServer()673 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServerOnBluetooth()684 assertDhcpStarted(PrefixUtils.asIpPrefix(mTestAddress)); in startsDhcpServerOnWifiP2p()
38 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;88 import com.android.networkstack.tethering.util.PrefixUtils;580 return new RouteInfo(PrefixUtils.asIpPrefix(ipv4Address), null, mIfaceName, RTN_UNICAST); in getDirectConnectedRoute()
29 import static com.android.networkstack.tethering.util.PrefixUtils.asIpPrefix;