Searched refs:dstL2Address (Results 1 – 11 of 11) sorted by relevance
26 byte[] dstL2Address;
42 byte[] dstL2Address;
41 byte[] dstL2Address;
1278 parcel.dstL2Address = dstMac.toByteArray(); in toTetherOffloadRuleParcel()
767 && Arrays.equals(dstMac.toByteArray(), parcel.dstL2Address); in matches()
3566 const std::vector<uint8_t>& dstL2Address, int pmtu) { in makeTetherOffloadRule() argument3573 parcel.dstL2Address = dstL2Address; in makeTetherOffloadRule()
831 && Arrays.equals(dstMac.toByteArray(), parcel.dstL2Address); in matches()