Searched refs:totdcount (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c446 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; local
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; local
571 totdcount = m_fixhdr(m);
572 if (totdcount > 0xffff)
575 totdcount = 0;
576 leftdcount = totdcount;
[all...]

Completed in 101 milliseconds