rxpcnt 237 src/simh/sim_tmxr.c lp->rxbpr = lp->rxbpi = lp->rxcnt = lp->rxpcnt = 0; /* init receive indexes */ rxpcnt 356 src/simh/sim_tmxr.c lp->rxpcnt = lp->txpcnt = 0; rxpcnt 1469 src/simh/sim_tmxr.c ++lp->rxpcnt; rxpcnt 3516 src/simh/sim_tmxr.c if (lp->rxpcnt) rxpcnt 3517 src/simh/sim_tmxr.c fprintf (st, " packets = %d", lp->rxpcnt); rxpcnt 141 src/simh/sim_tmxr.h int32 rxpcnt; /* rcv packet count */