PppFsm Struct Reference

PPP finite state machine. More...

#include <ppp.h>

Data Fields

uint_t state
 FSM state. More...
 
uint8_t identifier
 Identifier used to match requests and replies. More...
 
uint_t restartCounter
 Restart counter. More...
 
uint_t failureCounter
 Failure counter. More...
 
systime_t timestamp
 Timestamp to manage retransmissions. More...
 

Detailed Description

PPP finite state machine.

Definition at line 399 of file ppp.h.

Field Documentation

◆ failureCounter

uint_t failureCounter

Failure counter.

Definition at line 404 of file ppp.h.

◆ identifier

uint8_t identifier

Identifier used to match requests and replies.

Definition at line 402 of file ppp.h.

◆ restartCounter

uint_t restartCounter

Restart counter.

Definition at line 403 of file ppp.h.

◆ state

uint_t state

FSM state.

Definition at line 401 of file ppp.h.

◆ timestamp

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 405 of file ppp.h.


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