Lines Matching defs:lanman_neg_rsp
521 typedef struct lanman_neg_rsp { struct
522 struct smb_hdr hdr; /* wct = 13 */
523 __le16 DialectIndex;
524 __le16 SecurityMode;
525 __le16 MaxBufSize;
526 __le16 MaxMpxCount;
527 __le16 MaxNumberVcs;
528 __le16 RawMode;
529 __le32 SessionKey;
530 struct {
533 } __attribute__((packed)) SrvTime;
534 __le16 ServerTimeZone;
535 __le16 EncryptionKeyLength;
536 __le16 Reserved;
537 __u16 ByteCount;
538 unsigned char EncryptionKey[1];