Searched refs:bcastv4packet1 (Results 1 – 1 of 1) sorted by relevance
1280 ByteBuffer bcastv4packet1 = makeIpv4Packet(IPPROTO_UDP); in testApfFilterMulticast() local1281 bcastv4packet1.put(ETH_BROADCAST_MAC_ADDRESS); in testApfFilterMulticast()1282 bcastv4packet1.putShort(ETH_ETHERTYPE_OFFSET, (short)ETH_P_IP); in testApfFilterMulticast()1283 put(bcastv4packet1, IPV4_DEST_ADDR_OFFSET, multicastIpv4Addr); in testApfFilterMulticast()1299 assertPass(program, bcastv4packet1.array()); in testApfFilterMulticast()1309 assertDrop(program, bcastv4packet1.array()); in testApfFilterMulticast()1319 assertPass(program, bcastv4packet1.array()); in testApfFilterMulticast()1333 assertDrop(program, bcastv4packet1.array()); in testApfFilterMulticast()