Home
last modified time | relevance | path

Searched refs:totdcount (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()
483 if (totdcount > tmp) in smb_t2_reply()
484 totdcount = 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
571 totdcount = m_fixhdr(m); in smb_t2_request_int()
572 if (totdcount > 0xffff) in smb_t2_request_int()
575 totdcount = 0; in smb_t2_request_int()
576 leftdcount = totdcount; in smb_t2_request_int()
[all …]