Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_rq.c446 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local
468 totpcount = totdcount = 0xffff; in smb_t2_reply()
480 if (totpcount > tmp) in smb_t2_reply()
481 totpcount = tmp; in smb_t2_reply()
527 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()
557 int totpcount, leftpcount, totdcount, leftdcount, len, txmax, i; in smb_t2_request_int() local
563 totpcount = m_fixhdr(m); in smb_t2_request_int()
564 if (totpcount > 0xffff) /* maxvalue for u_short */ in smb_t2_request_int()
567 totpcount = 0; in smb_t2_request_int()
577 leftpcount = totpcount; in smb_t2_request_int()
[all …]