Searched refs:dstAddressList (Results 1 – 2 of 2) sorted by relevance
138 ByteBuffer dstAddressList = ByteBuffer.allocate(1024); in getTlvBufferFromFiraOpenSessionParams() local140 dstAddressList.put(getComputedMacAddress(address)); in getTlvBufferFromFiraOpenSessionParams()146 ConfigParam.DST_MAC_ADDRESS, dstAddressList.position(), in getTlvBufferFromFiraOpenSessionParams()147 Arrays.copyOf(dstAddressList.array(), dstAddressList.position())); in getTlvBufferFromFiraOpenSessionParams()
2248 List<byte[]> dstAddressList = new ArrayList<>(); in handleReconfigure()2250 dstAddressList.add(getComputedMacAddress(address)); in handleReconfigure()2270 ArrayUtils.toPrimitive(dstAddressList), in handleReconfigure()