KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Automaton Phases

PPP automaton phases. More...

Macros

#define PPP_PHASE_DEAD   0x01
 Pre-connection.
 
#define PPP_PHASE_ESTABLISH   0x02
 Establishing connection.
 
#define PPP_PHASE_AUTHENTICATE   0x03
 Authentication to peer.
 
#define PPP_PHASE_NETWORK   0x04
 Established and working.
 
#define PPP_PHASE_TERMINATE   0x05
 Tearing down the link.
 

Detailed Description

PPP automaton phases.

This list defines the phases of the PPP automaton, as described in Section 3.2 of RFC 1661.

Macro Definition Documentation

◆ PPP_PHASE_AUTHENTICATE

#define PPP_PHASE_AUTHENTICATE   0x03

Authentication to peer.

◆ PPP_PHASE_DEAD

#define PPP_PHASE_DEAD   0x01

Pre-connection.

◆ PPP_PHASE_ESTABLISH

#define PPP_PHASE_ESTABLISH   0x02

Establishing connection.

◆ PPP_PHASE_NETWORK

#define PPP_PHASE_NETWORK   0x04

Established and working.

◆ PPP_PHASE_TERMINATE

#define PPP_PHASE_TERMINATE   0x05

Tearing down the link.