Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_rq.c472 totpcount = totdcount = 0xffff; in smb_t2_reply()
487 if (totdcount > tmp) in smb_t2_reply()
488 totdcount = tmp; in smb_t2_reply()
531 if (totpgot >= totpcount && totdgot >= totdcount) { in smb_t2_reply()
575 totdcount = m_fixhdr(m); in smb_t2_request_int()
576 if (totdcount > 0xffff) in smb_t2_request_int()
579 totdcount = 0; in smb_t2_request_int()
580 leftdcount = totdcount; in smb_t2_request_int()
593 mb_put_uint16le(mbp, totdcount); in smb_t2_request_int()
672 mb_put_uint16le(mbp, totdcount); in smb_t2_request_int()
[all …]