Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dntlmssp.h78 typedef struct _NEGOTIATE_MESSAGE { struct
79 __u8 Signature[sizeof(NTLMSSP_SIGNATURE)];
80 __le32 MessageType; /* NtLmNegotiate = 1 */
81 __le32 NegotiateFlags;
82 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
83 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
86 char DomainString[];