txpbsize          309 src/simh/sim_tmxr.c     lp->txpbsize   = lp->txppsize = lp->txppoffset = 0;
txpbsize         1821 src/simh/sim_tmxr.c if (lp->txpbsize < size + pktlen_size + fc_size) {
txpbsize         1822 src/simh/sim_tmxr.c     lp->txpbsize = size + pktlen_size + fc_size;
txpbsize         1823 src/simh/sim_tmxr.c     lp->txpb = (uint8 *)realloc (lp->txpb, lp->txpbsize);
txpbsize          169 src/simh/sim_tmxr.h     uint32              txpbsize;                       /* xmt packet buffer size */