txpbsize          318 src/simh/sim_tmxr.c     lp->txpbsize   = lp->txppsize = lp->txppoffset = 0;
txpbsize         1902 src/simh/sim_tmxr.c if (lp->txpbsize < size + pktlen_size + fc_size) {
txpbsize         1903 src/simh/sim_tmxr.c     lp->txpbsize = size + pktlen_size + fc_size;
txpbsize         1904 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 */