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