Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:last

78 	{ RX_LAST_PACKET,	0,			"last-pckt" },
624 /* Start the search where we last left off */
2304 int i, start, last;
2367 for (i = 0, start = last = -2; i < rxa->nAcks; i++)
2377 if (last == -2) {
2388 * seperated from the last number by
2392 else if (last != i - 1) {
2398 * We always set last to the value of
2399 * the last ack we saw. Conversely, start
2404 last = i;
2418 } else if (last == i - 1 && start != last)
2424 * So we need to determine if the last packet in the list
2425 * was an ack (if so, then last will be set to it) and
2426 * we need to see if the last range didn't start with the
2427 * last packet (because if it _did_, then that would mean
2432 if (last == i - 1 && start != last)
2439 for (i = 0, start = last = -2; i < rxa->nAcks; i++)
2441 if (last == -2) {
2445 } else if (last != i - 1) {
2449 last = i;
2450 } else if (last == i - 1 && start != last)
2453 if (last == i - 1 && start != last)