Searched refs:UPSTREAM_IFACE_PARAMS2 (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 166 private static final InterfaceParams UPSTREAM_IFACE_PARAMS2 = new InterfaceParams( field in IpServerTest 218 when(mDependencies.getInterfaceParams(UPSTREAM_IFACE2)).thenReturn(UPSTREAM_IFACE_PARAMS2); in initStateMachine() 1093 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighA, macA); in addRemoveipv6ForwardingRules() 1096 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighB, macB); in addRemoveipv6ForwardingRules() 1108 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighA, macA); in addRemoveipv6ForwardingRules() 1110 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighB, macB); in addRemoveipv6ForwardingRules() 1438 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS2); in dadProxyUpdates()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 187 private static final InterfaceParams UPSTREAM_IFACE_PARAMS2 = new InterfaceParams( field in BpfCoordinatorTest 195 put(UPSTREAM_IFINDEX2, new UpstreamInformation(UPSTREAM_IFACE_PARAMS2,
|