rxpcnt            254 src/simh/sim_tmxr.c lp->rxbpr          = lp->rxbpi = lp->rxcnt = lp->rxpcnt = 0;      /* init receive indexes */
rxpcnt            373 src/simh/sim_tmxr.c     lp->rxpcnt = lp->txpcnt = 0;
rxpcnt           1563 src/simh/sim_tmxr.c             ++lp->rxpcnt;
rxpcnt           3610 src/simh/sim_tmxr.c     if (lp->rxpcnt)
rxpcnt           3611 src/simh/sim_tmxr.c         fprintf (st, " packets = %d", lp->rxpcnt);
rxpcnt            141 src/simh/sim_tmxr.h     int32               rxpcnt;                         /* rcv packet count */