Searched defs:ipServer (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | IPv6TetheringCoordinator.java | 53 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()
|
D | BpfCoordinator.java | 515 public void startMonitoring(@NonNull final IpServer ipServer) { in startMonitoring() 537 public void stopMonitoring(@NonNull final IpServer ipServer) { in stopMonitoring() 554 public void tetherOffloadRuleAdd( in tetherOffloadRuleAdd() 595 public void tetherOffloadRuleRemove( in tetherOffloadRuleRemove() 635 public void tetherOffloadRuleClear(@NonNull final IpServer ipServer) { in tetherOffloadRuleClear() 652 public void tetherOffloadRuleUpdate(@NonNull final IpServer ipServer, int newUpstreamIfindex) { in tetherOffloadRuleUpdate() 709 public void tetherOffloadClientAdd(@NonNull final IpServer ipServer, in tetherOffloadClientAdd() 725 public void tetherOffloadClientRemove(@NonNull final IpServer ipServer, in tetherOffloadClientRemove() 750 public void tetherOffloadClientClear(@NonNull final IpServer ipServer) { in tetherOffloadClientClear() 819 private void tetherOffloadRule4Clear(@NonNull final IpServer ipServer) { in tetherOffloadRule4Clear() [all …]
|
D | PrivateAddressCoordinator.java | 169 public LinkAddress requestDownstreamAddress(final IpServer ipServer, boolean useLastAddress) { in requestDownstreamAddress() 327 public void releaseDownstream(final IpServer ipServer) { in releaseDownstream()
|
D | Tethering.java | 187 public final IpServer ipServer; field in Tethering.TetherState 194 TetherState(IpServer ipServer, boolean isNcm) { in TetherState() 1399 final IpServer ipServer = mTetherStates.valueAt(i).ipServer; in disableWifiIpServingCommon() local
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinatorTest.java | 107 private LinkAddress requestDownstreamAddress(final IpServer ipServer, boolean useLastAddress) { in requestDownstreamAddress() 511 private void verifyNotifyConflictAndRelease(final IpServer ipServer) throws Exception { in verifyNotifyConflictAndRelease()
|
D | BpfCoordinatorTest.java | 1955 private void asseertClientInfoExist(@NonNull IpServer ipServer, in asseertClientInfoExist() 1969 private void asseertClientInfoNotExist(@NonNull IpServer ipServer, in asseertClientInfoNotExist()
|