Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dntlmssp.h91 typedef struct _NEGOTIATE_MESSAGE { struct
92 __u8 Signature[sizeof(NTLMSSP_SIGNATURE)];
93 __le32 MessageType; /* NtLmNegotiate = 1 */
94 __le32 NegotiateFlags;
95 SECURITY_BUFFER DomainName; /* RFC 1001 style and ASCII */
96 SECURITY_BUFFER WorkstationName; /* RFC 1001 and ASCII */
99 char DomainString[0];