Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

PppFsm Struct Reference

PppFsm Struct Reference

PPP finite state machine. More...

#include <ppp.h>

Data Fields

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

Detailed Description

PPP finite state machine.

Definition at line 388 of file ppp.h.


Field Documentation

Failure counter.

Definition at line 393 of file ppp.h.

uint8_t identifier

Identifier used to match requests and replies.

Definition at line 391 of file ppp.h.

Restart counter.

Definition at line 392 of file ppp.h.

uint_t state

FSM state.

Definition at line 390 of file ppp.h.

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 394 of file ppp.h.