Searched refs:lastpacket (Results 1 – 2 of 2) sorted by relevance
262 in->lastpacket = in->numpackets = 0; in rx()278 in->lastpacket = 1; in rx()322 in->lastpacket++; in rx()323 if (packetnum != in->lastpacket) { /* not the right flag! */ in rx()325 if (packetnum <= in->lastpacket - 1) { in rx()341 in->lastpacket = in->numpackets = 0; in rx()356 if (in->lastpacket == in->numpackets) { in rx()358 in->lastpacket = in->numpackets = 0; in rx()
215 uint8_t lastpacket, /* number of last packet (from 1) */ member