Searched refs:bcastv4unicastl2packet (Results 1 – 1 of 1) sorted by relevance
1254 ByteBuffer bcastv4unicastl2packet = ByteBuffer.wrap(new byte[100]); in testApfFilterMulticast() local1255 bcastv4unicastl2packet.put(TestApfFilter.MOCK_MAC_ADDR); in testApfFilterMulticast()1256 bcastv4unicastl2packet.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()1257 put(bcastv4unicastl2packet, IPV4_DEST_ADDR_OFFSET, broadcastIpv4Addr); in testApfFilterMulticast()1264 assertPass(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()1274 assertDrop(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()1284 assertPass(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()1297 assertDrop(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()