Searched refs:inDstMac (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | BpfCoordinator.java | 1542 public final MacAddress inDstMac; field in BpfCoordinator.Ipv6UpstreamRule 1549 @NonNull IpPrefix sourcePrefix, @NonNull MacAddress inDstMac, in Ipv6UpstreamRule() argument 1554 this.inDstMac = inDstMac; in Ipv6UpstreamRule() 1565 return new TetherUpstream6Key(downstreamIfindex, inDstMac, prefix64); in makeTetherUpstream6Key() 1584 && Objects.equals(this.inDstMac, that.inDstMac) in equals() 1592 + Objects.hash(sourcePrefix, inDstMac, outSrcMac, outDstMac); in hashCode() 1600 + ", inDstMac: " + inDstMac in toString()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 1265 int downstreamIfindex, @NonNull IpPrefix sourcePrefix, @NonNull MacAddress inDstMac) { in buildTestUpstreamRule() argument 1266 return new Ipv6UpstreamRule(upstreamIfindex, downstreamIfindex, sourcePrefix, inDstMac, in buildTestUpstreamRule()
|