Home
last modified time | relevance | path

Searched defs:ipServer (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java54 public final IpServer ipServer; field in IPv6TetheringCoordinator.Downstream
59 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream()
187 private LinkProperties getInterfaceIPv6LinkProperties(IpServer ipServer) { in getInterfaceIPv6LinkProperties()
218 Downstream findDownstream(IpServer ipServer) { in findDownstream()
326 private static void stopIPv6TetheringOn(IpServer ipServer) { in stopIPv6TetheringOn()
DBpfCoordinator.java548 public void startMonitoring(@NonNull final IpServer ipServer) { in startMonitoring()
570 public void stopMonitoring(@NonNull final IpServer ipServer) { in stopMonitoring()
594 public void tetherOffloadRuleAdd( in tetherOffloadRuleAdd()
635 public void tetherOffloadRuleRemove( in tetherOffloadRuleRemove()
675 public void tetherOffloadRuleClear(@NonNull final IpServer ipServer) { in tetherOffloadRuleClear()
692 public void tetherOffloadRuleUpdate(@NonNull final IpServer ipServer, int newUpstreamIfindex) { in tetherOffloadRuleUpdate()
749 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd()
765 public void tetherOffloadClientRemove(@NonNull final IpServer ipServer, in tetherOffloadClientRemove()
790 public void tetherOffloadClientClear(@NonNull final IpServer ipServer) { in tetherOffloadClientClear()
859 private void tetherOffloadRule4Clear(@NonNull final IpServer ipServer) { in tetherOffloadRule4Clear()
[all …]
DPrivateAddressCoordinator.java172 public LinkAddress requestDownstreamAddress(final IpServer ipServer, final int scope, in requestDownstreamAddress()
335 public void releaseDownstream(final IpServer ipServer) { in releaseDownstream()
DTethering.java190 public final IpServer ipServer; field in Tethering.TetherState
197 TetherState(IpServer ipServer, boolean isNcm) { in TetherState()
1452 final IpServer ipServer = mTetherStates.valueAt(i).ipServer; in disableWifiIpServingCommon() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java111 private LinkAddress requestDownstreamAddress(final IpServer ipServer, int scope, in requestDownstreamAddress()
519 private void verifyNotifyConflictAndRelease(final IpServer ipServer) throws Exception { in verifyNotifyConflictAndRelease()
DBpfCoordinatorTest.java2027 private void asseertClientInfoExist(@NonNull IpServer ipServer, in asseertClientInfoExist()
2041 private void asseertClientInfoNotExist(@NonNull IpServer ipServer, in asseertClientInfoNotExist()