Searched defs:upstreamIface (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | DadProxy.java | 51 public void setUpstreamIface(InterfaceParams upstreamIface) { in setUpstreamIface()
|
D | IpServer.java | 780 String upstreamIface = null; in updateUpstreamIPv6LinkProperties() local 1038 private byte getHopLimit(String upstreamIface, int adjustTTL) { in getHopLimit() 1404 private void cleanupUpstreamInterface(String upstreamIface) { in cleanupUpstreamInterface()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 234 private void initTetheredStateMachine(int interfaceType, String upstreamIface) in initTetheredStateMachine() 240 private void initTetheredStateMachine(int interfaceType, String upstreamIface, in initTetheredStateMachine() 960 private void dispatchTetherConnectionChanged(String upstreamIface, LinkProperties v6lp, in dispatchTetherConnectionChanged() 967 private void dispatchTetherConnectionChanged(String upstreamIface) { in dispatchTetherConnectionChanged()
|
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/ |
D | DadProxyTest.java | 129 final String upstreamIface = mUpstreamReader.iface.getInterfaceName(); in setupTapInterfaces() local
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 640 private void dispatchTetherConnectionChanged(IpServer ipServer, String upstreamIface, in dispatchTetherConnectionChanged() 647 private void dispatchTetherConnectionChanged(IpServer ipServer, String upstreamIface) { in dispatchTetherConnectionChanged()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | BpfCoordinator.java | 812 public void maybeAddUpstreamToLookupTable(int upstreamIfindex, @Nullable String upstreamIface) { in maybeAddUpstreamToLookupTable()
|