Searched refs:neigh6 (Results 1 – 4 of 4) sorted by relevance
42 public final byte[] neigh6; // The destination IPv6 address. field in TetherDownstream6Key45 final byte[] neigh6) { in TetherDownstream6Key() argument49 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()
113 struct in6_addr neigh6; // The destination IPv6 address member
173 .neigh6 = ip6->daddr,
796 assertTrue(Arrays.equals(key.neigh6, NEIGH_A.getAddress())); in testRuleMakeTetherDownstream6Key()