txpbsize 317 src/simh/sim_tmxr.c lp->txpbsize = lp->txppsize = lp->txppoffset = 0; txpbsize 1911 src/simh/sim_tmxr.c if (lp->txpbsize < size + pktlen_size + fc_size) { txpbsize 1912 src/simh/sim_tmxr.c lp->txpbsize = size + pktlen_size + fc_size; txpbsize 1913 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 */