Lines Matching defs:smb_com_transaction_ssec_req
1387 typedef struct smb_com_transaction_ssec_req { struct
1388 struct smb_hdr hdr; /* wct = 19 */
1389 __u8 MaxSetupCount;
1390 __u16 Reserved;
1391 __le32 TotalParameterCount;
1392 __le32 TotalDataCount;
1393 __le32 MaxParameterCount;
1394 __le32 MaxDataCount;
1395 __le32 ParameterCount;
1396 __le32 ParameterOffset;
1397 __le32 DataCount;
1398 __le32 DataOffset;
1399 __u8 SetupCount; /* no setup words follow subcommand */
1401 __le16 SubCommand; /* 3 = SET_SECURITY_DESC */
1402 __le16 ByteCount; /* bcc = 3 + 8 */
1403 __u8 Pad[3];
1404 __u16 Fid;
1405 __u16 Reserved2;
1406 __le32 AclFlags;