Searched refs:bcastv4unicastl2packet (Results 1 – 1 of 1) sorted by relevance
862 ByteBuffer bcastv4unicastl2packet = ByteBuffer.wrap(new byte[100]); in testApfFilterMulticast() local863 bcastv4unicastl2packet.put(TestApfFilter.MOCK_MAC_ADDR); in testApfFilterMulticast()864 bcastv4unicastl2packet.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()865 put(bcastv4unicastl2packet, IPV4_DEST_ADDR_OFFSET, broadcastIpv4Addr); in testApfFilterMulticast()872 assertPass(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()882 assertDrop(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()892 assertPass(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()903 assertDrop(program, bcastv4unicastl2packet.array()); in testApfFilterMulticast()