Searched refs:lastpacket (Results 1 – 2 of 2) sorted by relevance
268 in->lastpacket = in->numpackets = 0; in rx()284 in->lastpacket = 1; in rx()328 in->lastpacket++; in rx()329 if (packetnum != in->lastpacket) { /* not the right flag! */ in rx()331 if (packetnum <= in->lastpacket - 1) { in rx()347 in->lastpacket = in->numpackets = 0; in rx()362 if (in->lastpacket == in->numpackets) { in rx()364 in->lastpacket = in->numpackets = 0; in rx()
213 uint8_t lastpacket, /* number of last packet (from 1) */ member