iPXE
Data Fields
ntlm_version Struct Reference

A version descriptor. More...

#include <ntlm.h>

Data Fields

uint8_t major
 Product major version. More...
 
uint8_t minor
 Product minor version. More...
 
uint16_t build
 Product build number. More...
 
uint8_t reserved [3]
 Reserved. More...
 
uint8_t revision
 NTLMSSP revision. More...
 

Detailed Description

A version descriptor.

Definition at line 54 of file ntlm.h.

Field Documentation

◆ major

uint8_t ntlm_version::major

Product major version.

Definition at line 56 of file ntlm.h.

◆ minor

uint8_t ntlm_version::minor

Product minor version.

Definition at line 58 of file ntlm.h.

◆ build

uint16_t ntlm_version::build

Product build number.

Definition at line 60 of file ntlm.h.

◆ reserved

uint8_t ntlm_version::reserved[3]

Reserved.

Definition at line 62 of file ntlm.h.

◆ revision

uint8_t ntlm_version::revision

NTLMSSP revision.

Definition at line 64 of file ntlm.h.


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