iPXE
ntlm_challenge Struct Reference

A Challenge message. More...

#include <ntlm.h>

Data Fields

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

Detailed Description

A Challenge message.

Definition at line 101 of file ntlm.h.

Field Documentation

◆ header

struct ntlm_header ntlm_challenge::header

Message header.

Definition at line 103 of file ntlm.h.

◆ name

struct ntlm_data ntlm_challenge::name

Target name.

Definition at line 105 of file ntlm.h.

◆ flags

uint32_t ntlm_challenge::flags

Negotiation flags.

Definition at line 107 of file ntlm.h.

◆ nonce

struct ntlm_nonce ntlm_challenge::nonce

Server nonce.

Definition at line 109 of file ntlm.h.

Referenced by ntlm_challenge().

◆ reserved

uint8_t ntlm_challenge::reserved[8]

Reserved.

Definition at line 111 of file ntlm.h.

◆ info

struct ntlm_data ntlm_challenge::info

Target information.

Definition at line 113 of file ntlm.h.

Referenced by ntlm_challenge().


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