Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinator.java53 public final IpServer ipServer; field in IPv6TetheringCoordinator.Downstream
58 Downstream(IpServer ipServer, int mode, short subnetId) { in Downstream()
186 private LinkProperties getInterfaceIPv6LinkProperties(IpServer ipServer) { in getInterfaceIPv6LinkProperties()
217 Downstream findDownstream(IpServer ipServer) { in findDownstream()
325 private static void stopIPv6TetheringOn(IpServer ipServer) { in stopIPv6TetheringOn()
DBpfCoordinator.java494 public void startMonitoring(@NonNull final IpServer ipServer) { in startMonitoring()
516 public void stopMonitoring(@NonNull final IpServer ipServer) { in stopMonitoring()
533 public void tetherOffloadRuleAdd( in tetherOffloadRuleAdd()
574 public void tetherOffloadRuleRemove( in tetherOffloadRuleRemove()
614 public void tetherOffloadRuleClear(@NonNull final IpServer ipServer) { in tetherOffloadRuleClear()
631 public void tetherOffloadRuleUpdate(@NonNull final IpServer ipServer, int newUpstreamIfindex) { in tetherOffloadRuleUpdate()
688 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd()
704 public void tetherOffloadClientRemove(@NonNull final IpServer ipServer, in tetherOffloadClientRemove()
729 public void tetherOffloadClientClear(@NonNull final IpServer ipServer) { in tetherOffloadClientClear()
798 private void tetherOffloadRule4Clear(@NonNull final IpServer ipServer) { in tetherOffloadRule4Clear()
[all …]
DPrivateAddressCoordinator.java172 public LinkAddress requestDownstreamAddress(final IpServer ipServer, boolean useLastAddress) { in requestDownstreamAddress()
330 public void releaseDownstream(final IpServer ipServer) { in releaseDownstream()
DTethering.java181 public final IpServer ipServer; field in Tethering.TetherState
188 TetherState(IpServer ipServer, boolean isNcm) { in TetherState()
1276 final IpServer ipServer = mTetherStates.valueAt(i).ipServer; in disableWifiIpServingCommon() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java107 private LinkAddress requestDownstreamAddress(final IpServer ipServer, boolean useLastAddress) { in requestDownstreamAddress()
511 private void verifyNotifyConflictAndRelease(final IpServer ipServer) throws Exception { in verifyNotifyConflictAndRelease()