Searched defs:negotiate_message (Results 1 – 2 of 2) sorted by relevance
102 struct negotiate_message { struct103 __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[];
101 struct negotiate_message { struct102 __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[];