iPXE
Data Fields
ntlm_data Struct Reference

A variable-length data descriptor. More...

#include <ntlm.h>

Data Fields

uint16_t len
 Length (in bytes) More...
 
uint16_t max_len
 Maximum length (in bytes) More...
 
uint32_t offset
 Offset from start of message header. More...
 

Detailed Description

A variable-length data descriptor.

Definition at line 74 of file ntlm.h.

Field Documentation

◆ len

uint16_t ntlm_data::len

Length (in bytes)

Definition at line 76 of file ntlm.h.

Referenced by ntlm_challenge(), and ntlm_data_okx().

◆ max_len

uint16_t ntlm_data::max_len

Maximum length (in bytes)

Should always be set equal to the length; this field is entirely superfluous.

Definition at line 82 of file ntlm.h.

◆ offset

uint32_t ntlm_data::offset

Offset from start of message header.

Definition at line 84 of file ntlm.h.

Referenced by ntlm_challenge(), and ntlm_data_okx().


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