Searched defs:negotiate_rsp (Results 1 – 1 of 1) sorted by relevance
495 typedef struct negotiate_rsp { struct496 struct smb_hdr hdr; /* wct = 17 */497 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */498 __u8 SecurityMode;499 __le16 MaxMpxCount;500 __le16 MaxNumberVcs;501 __le32 MaxBufferSize;502 __le32 MaxRawSize;503 __le32 SessionKey;504 __le32 Capabilities; /* see below */[all …]