Home
last modified time | relevance | path

Searched refs:UPSTREAM_IFACE_PARAMS2 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java162 private static final InterfaceParams UPSTREAM_IFACE_PARAMS2 = new InterfaceParams( field in IpServerTest
214 when(mDependencies.getInterfaceParams(UPSTREAM_IFACE2)).thenReturn(UPSTREAM_IFACE_PARAMS2); in initStateMachine()
1069 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighA, macA); in addRemoveipv6ForwardingRules()
1072 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighB, macB); in addRemoveipv6ForwardingRules()
1084 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighA, macA); in addRemoveipv6ForwardingRules()
1086 UPSTREAM_IFINDEX2, UPSTREAM_IFACE_PARAMS2.macAddr, neighB, macB); in addRemoveipv6ForwardingRules()
1409 inOrder.verify(mDadProxy).setUpstreamIface(UPSTREAM_IFACE_PARAMS2); in dadProxyUpdates()