Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetherDownstream6Key.java42 public final byte[] neigh6; // The destination IPv6 address. field in TetherDownstream6Key
45 final byte[] neigh6) { in TetherDownstream6Key() argument
49 final Inet6Address unused = (Inet6Address) InetAddress.getByAddress(neigh6); in TetherDownstream6Key()
52 + Arrays.toString(neigh6)); in TetherDownstream6Key()
56 this.neigh6 = neigh6; in TetherDownstream6Key()
63 Inet6Address.getByAddress(neigh6)); in toString()
/packages/modules/Connectivity/Tethering/bpf_progs/
Dbpf_tethering.h113 struct in6_addr neigh6; // The destination IPv6 address member
Doffload.c173 .neigh6 = ip6->daddr,
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java796 assertTrue(Arrays.equals(key.neigh6, NEIGH_A.getAddress())); in testRuleMakeTetherDownstream6Key()