Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java149 private static final InetAddress NEIGH_A = InetAddresses.parseNumericAddress("2001:db8::1"); field in BpfCoordinatorTest
574 final Ipv6ForwardingRule rule = buildTestForwardingRule(mobileIfIndex, NEIGH_A, MAC_A); in checkTetherOffloadRuleAddAndRemove()
791 final Ipv6ForwardingRule rule = buildTestForwardingRule(mobileIfIndex, NEIGH_A, MAC_A); in testRuleMakeTetherDownstream6Key()
796 assertTrue(Arrays.equals(key.neigh6, NEIGH_A.getAddress())); in testRuleMakeTetherDownstream6Key()
804 final Ipv6ForwardingRule rule = buildTestForwardingRule(mobileIfIndex, NEIGH_A, MAC_A); in testRuleMakeTether6Value()
829 final Ipv6ForwardingRule rule = buildTestForwardingRule(mobileIfIndex, NEIGH_A, MAC_A); in testSetDataLimit()
879 final Ipv6ForwardingRule ruleA = buildTestForwardingRule(mobileIfIndex, NEIGH_A, MAC_A); in testSetDataLimitOnRule6Change()
931 ethIfIndex, NEIGH_A, MAC_A); in testTetherOffloadRuleUpdateAndClear()
945 mobileIfIndex, NEIGH_A, MAC_A); in testTetherOffloadRuleUpdateAndClear()
1502 final Ipv6ForwardingRule ruleA = buildTestForwardingRule(UPSTREAM_IFINDEX, NEIGH_A, MAC_A); in testAddDevMapRule6()