Lines Matching refs:packets
1462 int i,j,packets,pageout=pageskip; in test_pack() local
1472 for(packets=0;packets<packetskip;packets++) in test_pack()
1473 depacket+=pl[packets]; in test_pack()
1475 for(packets=0;;packets++)if(pl[packets]==-1)break; in test_pack()
1477 for(i=0;i<packets;i++){ in test_pack()
1644 const int packets[]={17, -1}; in main() local
1648 test_pack(packets,headret,0,0,0); in main()
1653 const int packets[]={17, 254, 255, 256, 500, 510, 600, -1}; in main() local
1657 test_pack(packets,headret,0,0,0); in main()
1662 const int packets[]={0,17, 254, 255, 0, 256, 0, 500, 510, 600, 0, -1}; in main() local
1666 test_pack(packets,headret,0,0,0); in main()
1671 const int packets[]={4345,259,255,-1}; in main() local
1675 test_pack(packets,headret,0,0,0); in main()
1681 const int packets[]={0,65500,259,255,-1}; in main() local
1685 test_pack(packets,headret,0,0,0); in main()
1690 const int packets[]={0,4345,259,255,0,0,-1}; in main() local
1694 test_pack(packets,headret,0,0,0); in main()
1700 const int packets[]={0,10,10,10,10,10,10,10,10, in main() local
1735 test_pack(packets,headret,0,0,0); in main()
1740 const int packets[]={0,100,130049,259,255,-1}; in main() local
1744 test_pack(packets,headret,0,0,0); in main()
1750 const int packets[]={0,100,130049,259,255,-1}; in main() local
1754 test_pack(packets,headret,100,2,3); in main()
1759 const int packets[]={0,100,64770,-1}; in main() local
1763 test_pack(packets,headret,0,0,0); in main()