Searched refs:reply_seqnum (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_signing.c | 187 sr->reply_seqnum = 1; 379 smb_sign_check_secondary(smb_request_t *sr, unsigned int reply_seqnum) argument 389 if (smb_sign_calc(sr, &mbc, reply_seqnum - 1, mac_sig) != 0) 399 sr->reply_seqnum = reply_seqnum; 428 if (smb_sign_calc(sr, &mbc, sr->reply_seqnum, mac) != 0) {
|
H A D | smb_common_transact.c | 183 if (smb_sign_check_secondary(sr, xa->reply_seqnum) != 0) { 395 if (smb_sign_check_secondary(sr, xa->reply_seqnum) != 0) { 671 if (smb_sign_check_secondary(sr, xa->reply_seqnum) != 0) { 1863 xa->reply_seqnum = sr->reply_seqnum;
|
H A D | smb_dispatch.c | 542 sr->reply_seqnum = 0; 546 sr->reply_seqnum = sr->sr_seqnum + 1;
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1653 unsigned int reply_seqnum; /* reply sequence number */ member in struct:smb_request 1794 unsigned int reply_seqnum; /* reply sequence number */ member in struct:smb_xa
|
Completed in 117 milliseconds