Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_rq.c472 totpcount = totdcount = 0xffff; in smb_t2_reply()
484 if (totpcount > tmp) in smb_t2_reply()
485 totpcount = tmp; in smb_t2_reply()
531 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()
567 totpcount = m_fixhdr(m); in smb_t2_request_int()
568 if (totpcount > 0xffff) /* maxvalue for u_short */ in smb_t2_request_int()
571 totpcount = 0; in smb_t2_request_int()
581 leftpcount = totpcount; in smb_t2_request_int()
592 mb_put_uint16le(mbp, totpcount); in smb_t2_request_int()
671 mb_put_uint16le(mbp, totpcount); in smb_t2_request_int()
[all …]