ReactOS 0.4.15-dev-7942-gd23573b
chap_state Struct Reference

#include <chap.h>

Collaboration diagram for chap_state:

Public Attributes

int unit
 
int clientstate
 
int serverstate
 
u_char challenge [MAX_CHALLENGE_LENGTH]
 
u_char chal_len
 
u_char chal_id
 
u_char chal_type
 
u_char id
 
charchal_name
 
int chal_interval
 
int timeouttime
 
int max_transmits
 
int chal_transmits
 
int resp_transmits
 
u_char response [MAX_RESPONSE_LENGTH]
 
u_char resp_length
 
u_char resp_id
 
u_char resp_type
 
charresp_name
 

Detailed Description

Definition at line 99 of file chap.h.

Member Data Documentation

◆ chal_id

u_char chap_state::chal_id

Definition at line 105 of file chap.h.

◆ chal_interval

int chap_state::chal_interval

Definition at line 109 of file chap.h.

◆ chal_len

u_char chap_state::chal_len

Definition at line 104 of file chap.h.

◆ chal_name

char* chap_state::chal_name

Definition at line 108 of file chap.h.

◆ chal_transmits

int chap_state::chal_transmits

Definition at line 112 of file chap.h.

◆ chal_type

u_char chap_state::chal_type

Definition at line 106 of file chap.h.

◆ challenge

u_char chap_state::challenge[MAX_CHALLENGE_LENGTH]

Definition at line 103 of file chap.h.

◆ clientstate

int chap_state::clientstate

Definition at line 101 of file chap.h.

◆ id

u_char chap_state::id

Definition at line 107 of file chap.h.

◆ max_transmits

int chap_state::max_transmits

Definition at line 111 of file chap.h.

◆ resp_id

u_char chap_state::resp_id

Definition at line 116 of file chap.h.

◆ resp_length

u_char chap_state::resp_length

Definition at line 115 of file chap.h.

◆ resp_name

char* chap_state::resp_name

Definition at line 118 of file chap.h.

◆ resp_transmits

int chap_state::resp_transmits

Definition at line 113 of file chap.h.

◆ resp_type

u_char chap_state::resp_type

Definition at line 117 of file chap.h.

◆ response

u_char chap_state::response[MAX_RESPONSE_LENGTH]

Definition at line 114 of file chap.h.

◆ serverstate

int chap_state::serverstate

Definition at line 102 of file chap.h.

◆ timeouttime

int chap_state::timeouttime

Definition at line 110 of file chap.h.

◆ unit

int chap_state::unit

Definition at line 100 of file chap.h.


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