Searched refs:totpcount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/netsmb/ |
| HD | smb_rq.c | 447 u_int16_t totpcount, totdcount, pcount, poff, doff, pdisp, ddisp; in smb_t2_reply() local 469 totpcount = totdcount = 0xffff; in smb_t2_reply() 481 if (totpcount > tmp) in smb_t2_reply() 482 totpcount = 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 564 totpcount = m_fixhdr(m); in smb_t2_request_int() 565 if (totpcount > 0xffff) /* maxvalue for u_short */ in smb_t2_request_int() 568 totpcount = 0; in smb_t2_request_int() 578 leftpcount = totpcount; in smb_t2_request_int() [all …]
|