iPXE
Data Fields
ntlm_authenticate Struct Reference

An Authenticate message. More...

#include <ntlm.h>

Data Fields

struct ntlm_header header
 Message header. More...
 
struct ntlm_data lm
 LAN Manager response. More...
 
struct ntlm_data nt
 NT response. More...
 
struct ntlm_data domain
 Domain name. More...
 
struct ntlm_data user
 User name. More...
 
struct ntlm_data workstation
 Workstation name. More...
 
struct ntlm_data session
 Session key. More...
 
uint32_t flags
 Negotiation flags. More...
 

Detailed Description

An Authenticate message.

Definition at line 116 of file ntlm.h.

Field Documentation

◆ header

struct ntlm_header ntlm_authenticate::header

Message header.

Definition at line 118 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ lm

struct ntlm_data ntlm_authenticate::lm

LAN Manager response.

Definition at line 120 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ nt

struct ntlm_data ntlm_authenticate::nt

NT response.

Definition at line 122 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ domain

struct ntlm_data ntlm_authenticate::domain

Domain name.

Definition at line 124 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ user

struct ntlm_data ntlm_authenticate::user

User name.

Definition at line 126 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ workstation

struct ntlm_data ntlm_authenticate::workstation

Workstation name.

Definition at line 128 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ session

struct ntlm_data ntlm_authenticate::session

Session key.

Definition at line 130 of file ntlm.h.

Referenced by ntlm_authenticate_okx().

◆ flags

uint32_t ntlm_authenticate::flags

Negotiation flags.

Definition at line 132 of file ntlm.h.


The documentation for this struct was generated from the following file: