Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netsmb/
HDsmb_rq.c447 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
469 totpcount = totdcount = 0xffff; in smb_t2_reply()
484 if (totdcount > tmp) in smb_t2_reply()
485 totdcount = tmp; in smb_t2_reply()
528 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()
558 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local
572 totdcount = m_fixhdr(m); in smb_t2_request_int()
573 if (totdcount > 0xffff) in smb_t2_request_int()
576 totdcount = 0; in smb_t2_request_int()
577 leftdcount = totdcount; in smb_t2_request_int()
[all …]