Searched refs:verifyStartUpstreamIpv6Forwarding (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 929 private void verifyStartUpstreamIpv6Forwarding(@Nullable InOrder inOrder, int upstreamIfindex) in verifyStartUpstreamIpv6Forwarding() method in IpServerTest 1016 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1054 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1070 verifyStartUpstreamIpv6Forwarding(inOrder, UPSTREAM_IFINDEX2); in addRemoveipv6ForwardingRules() 1107 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1130 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1174 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in enableDisableUsingBpfOffload()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 444 private void verifyStartUpstreamIpv6Forwarding(@Nullable InOrder inOrder, int downstreamIfIndex, in verifyStartUpstreamIpv6Forwarding() method in BpfCoordinatorTest 939 verifyStartUpstreamIpv6Forwarding(inOrder, DOWNSTREAM_IFINDEX, DOWNSTREAM_MAC, ethIfIndex); in testTetherOffloadRuleUpdateAndClear() 961 verifyStartUpstreamIpv6Forwarding(inOrder, DOWNSTREAM_IFINDEX, DOWNSTREAM_MAC, in testTetherOffloadRuleUpdateAndClear()
|