Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:rx_ackPacket

2303 	struct rx_ackPacket *rxa;
2313 * This may seem a little odd .... the rx_ackPacket structure
2317 * rx_ackPacket structure.
2320 TCHECK2(bp[0], sizeof(struct rx_ackPacket) - RX_MAXACKS);
2322 rxa = (struct rx_ackPacket *) bp;
2323 bp += (sizeof(struct rx_ackPacket) - RX_MAXACKS);
2347 * padding, sizeof(struct rx_ackPacket) - RX_MAXACKS won't actually
2352 * sizeof(struct rx_ackPacket) - RX_MAXACKS + nAcks, which _isn't_