Searched refs:firstPacket (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Drx.h100 u_int32_t firstPacket; /* The first packet in ack list */ member in struct:rx_ackPacket
H A Dprint-rx.c2613 u_int32_t firstPacket; local
2642 firstPacket = EXTRACT_32BITS(&rxa->firstPacket);
2644 firstPacket, EXTRACT_32BITS(&rxa->serial),
2687 firstPacket + i);
2701 printf(",%d", firstPacket + i);
2727 printf("-%d", firstPacket + i - 1);
2741 printf("-%d", firstPacket + i - 1);
2751 firstPacket + i);
2754 printf(",%d", firstPacket
[all...]

Completed in 51 milliseconds