Searched refs:SMB_FLAGS2_EXT_SEC (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c146 ctx->ct_hflags2 |= SMB_FLAGS2_EXT_SEC;
368 ctx->ct_hflags2 &= ~SMB_FLAGS2_EXT_SEC;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c542 if ((sr->smb_flg2 & SMB_FLAGS2_EXT_SEC) != 0 &&
547 sr->smb_flg2 &= ~SMB_FLAGS2_EXT_SEC;
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb.h108 #define SMB_FLAGS2_EXT_SEC 0x0800 /* client aware of Extended */ macro
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h398 #define SMB_FLAGS2_EXT_SEC 0x0800 macro

Completed in 141 milliseconds