Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c137 SMB_FLAGS2_ERR_STATUS | in smb_negprot()
320 ctx->ct_hflags2 &= ~SMB_FLAGS2_ERR_STATUS; in smb_negprot()
H A Drq.c321 *buffer_oflow = (krq->ioc_rpflags2 & SMB_FLAGS2_ERR_STATUS) && in smb_t2_request()
440 if ((rqp->rq_hflags2 & SMB_FLAGS2_ERR_STATUS) == 0) { in smb_rq_internal()
/titanic_44/usr/src/uts/common/netsmb/
H A Dsmb.h112 #define SMB_FLAGS2_ERR_STATUS 0x4000 /* 1 - status.status */ macro
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.c498 if (rqp->sr_rpflags2 & SMB_FLAGS2_ERR_STATUS) { in smb_rq_reply()