D | framing.c | 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 [all …]
|