iPXE
Data Fields
ntlm_challenge Struct Reference

A Challenge message. More...

#include <ntlm.h>

Data Fields

struct ntlm_header header
 Message header. More...
 
struct ntlm_data name
 Target name. More...
 
uint32_t flags
 Negotiation flags. More...
 
struct ntlm_nonce nonce
 Server nonce. More...
 
uint8_t reserved [8]
 Reserved. More...
 
struct ntlm_data info
 Target information. More...
 

Detailed Description

A Challenge message.

Definition at line 100 of file ntlm.h.

Field Documentation

◆ header

struct ntlm_header ntlm_challenge::header

Message header.

Definition at line 102 of file ntlm.h.

◆ name

struct ntlm_data ntlm_challenge::name

Target name.

Definition at line 104 of file ntlm.h.

◆ flags

uint32_t ntlm_challenge::flags

Negotiation flags.

Definition at line 106 of file ntlm.h.

◆ nonce

struct ntlm_nonce ntlm_challenge::nonce

Server nonce.

Definition at line 108 of file ntlm.h.

Referenced by ntlm_challenge().

◆ reserved

uint8_t ntlm_challenge::reserved[8]

Reserved.

Definition at line 110 of file ntlm.h.

◆ info

struct ntlm_data ntlm_challenge::info

Target information.

Definition at line 112 of file ntlm.h.

Referenced by ntlm_challenge().


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