rxpcnt            245 src/simh/sim_tmxr.c lp->rxbpr          = lp->rxbpi = lp->rxcnt = lp->rxpcnt = 0;      /* init receive indexes */
rxpcnt            364 src/simh/sim_tmxr.c     lp->rxpcnt = lp->txpcnt = 0;
rxpcnt           1559 src/simh/sim_tmxr.c             ++lp->rxpcnt;
rxpcnt           3613 src/simh/sim_tmxr.c     if (lp->rxpcnt)
rxpcnt           3614 src/simh/sim_tmxr.c         fprintf (st, " packets = %d", lp->rxpcnt);
rxpcnt            141 src/simh/sim_tmxr.h     int32               rxpcnt;                         /* rcv packet count */