Lines Matching defs:smb_com_transaction_ssec_req
1401 typedef struct smb_com_transaction_ssec_req { struct
1402 struct smb_hdr hdr; /* wct = 19 */
1403 __u8 MaxSetupCount;
1404 __u16 Reserved;
1405 __le32 TotalParameterCount;
1406 __le32 TotalDataCount;
1407 __le32 MaxParameterCount;
1408 __le32 MaxDataCount;
1409 __le32 ParameterCount;
1410 __le32 ParameterOffset;
1411 __le32 DataCount;
1412 __le32 DataOffset;
1413 __u8 SetupCount; /* no setup words follow subcommand */
1415 __le16 SubCommand; /* 3 = SET_SECURITY_DESC */
1416 __le16 ByteCount; /* bcc = 3 + 8 */
1417 __u8 Pad[3];
1418 __u16 Fid;
1419 __u16 Reserved2;
1420 __le32 AclFlags;