Home
last modified time | relevance | path

Searched refs:p_xsize (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dpk1.c113 pk->p_xsize = pk->p_rsize = xpacksize = packsize;
120 if ((bp = (char **) malloc((unsigned) pk->p_xsize)) == NULL)
406 memcpy(buf+HDRSIZ, pk->p_ob[x], pk->p_xsize);
407 if ((*Write)(pk->p_ofn, buf, pk->p_xsize + HDRSIZ) !=
408 pk->p_xsize + HDRSIZ) {
H A Dpk0.c73 pk->p_xsize = xpacksize = pksizes[val];
346 cp = pk->p_ob[x] = (caddr_t) malloc((unsigned) pk->p_xsize);
348 if ((int)icount < pk->p_xsize) {
350 fc = pk->p_xsize - cc;
359 cc = pk->p_xsize;
363 pk->p_osum[x] = chksum(pk->p_ob[x], pk->p_xsize);
H A Dpk.h57 short p_xsize; /* output packet size */ member