Searched refs:bcastv4packet2 (Results 1 – 1 of 1) sorted by relevance
1285 ByteBuffer bcastv4packet2 = makeIpv4Packet(IPPROTO_UDP); in testApfFilterMulticast() local1286 bcastv4packet2.put(ETH_BROADCAST_MAC_ADDRESS); in testApfFilterMulticast()1287 bcastv4packet2.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()1288 put(bcastv4packet2, IPV4_DEST_ADDR_OFFSET, IPV4_BROADCAST_ADDRESS); in testApfFilterMulticast()1300 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()1310 assertDrop(program, bcastv4packet2.array()); in testApfFilterMulticast()1320 assertPass(program, bcastv4packet2.array()); in testApfFilterMulticast()