Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_rq.c445 int error, totpgot, totdgot; in smb_t2_reply() local
467 totpgot = totdgot = 0; in smb_t2_reply()
500 if (dcount != 0 && ddisp != totdgot) { in smb_t2_reply()
526 totdgot += dcount; in smb_t2_reply()
527 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()