Searched refs:verifyStartUpstreamIpv6Forwarding (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 953 private void verifyStartUpstreamIpv6Forwarding(@Nullable InOrder inOrder, int upstreamIfindex) in verifyStartUpstreamIpv6Forwarding() method in IpServerTest 1040 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1078 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1094 verifyStartUpstreamIpv6Forwarding(inOrder, UPSTREAM_IFINDEX2); in addRemoveipv6ForwardingRules() 1131 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1154 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in addRemoveipv6ForwardingRules() 1198 verifyStartUpstreamIpv6Forwarding(null, UPSTREAM_IFINDEX); in enableDisableUsingBpfOffload()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 594 private void verifyStartUpstreamIpv6Forwarding(@Nullable InOrder inOrder, int downstreamIfIndex, in verifyStartUpstreamIpv6Forwarding() method in BpfCoordinatorTest 1089 verifyStartUpstreamIpv6Forwarding(inOrder, DOWNSTREAM_IFINDEX, DOWNSTREAM_MAC, ethIfIndex); in testTetherOffloadRuleUpdateAndClear() 1111 verifyStartUpstreamIpv6Forwarding(inOrder, DOWNSTREAM_IFINDEX, DOWNSTREAM_MAC, in testTetherOffloadRuleUpdateAndClear()
|