Home
last modified time | relevance | path

Searched defs:negotiate_message (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dntlmssp.h102 struct negotiate_message { struct
103 __u8 Signature[sizeof(NTLMSSP_SIGNATURE)];
104 __le32 MessageType; /* NtLmNegotiate = 1 */
105 __le32 NegotiateFlags;
106 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
107 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
108 struct ntlmssp_version Version;
110 char DomainString[];
/openbmc/linux/fs/smb/server/
H A Dntlmssp.h101 struct negotiate_message { struct
102 __u8 Signature[sizeof(NTLMSSP_SIGNATURE)];
103 __le32 MessageType; /* NtLmNegotiate = 1 */
104 __le32 NegotiateFlags;
105 struct security_buffer DomainName; /* RFC 1001 style and ASCII */
106 struct security_buffer WorkstationName; /* RFC 1001 and ASCII */
111 char DomainString[];