Lines Matching defs:totdcount
446 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp;
468 totpcount = totdcount = 0xffff;
483 if (totdcount > tmp)
484 totdcount = tmp;
527 if (totpgot >= totpcount && totdgot >= totdcount) {
557 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i;
571 totdcount = m_fixhdr(m);
572 if (totdcount > 0xffff)
575 totdcount = 0;
576 leftdcount = totdcount;
589 mb_put_uint16le(mbp, totdcount);
668 mb_put_uint16le(mbp, totdcount);
695 mb_put_uint16le(mbp, totdcount - leftdcount);