Searched defs:_NEGOTIATE_MESSAGE (Results 1 – 1 of 1) sorted by relevance
91 typedef struct _NEGOTIATE_MESSAGE { struct92 __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];