KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PPP automaton phases

Macros

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

Detailed Description

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

Macro Definition Documentation

#define PPP_PHASE_AUTHENTICATE   0x03

Authentication to peer.

#define PPP_PHASE_DEAD   0x01

Pre-connection.

#define PPP_PHASE_ESTABLISH   0x02

Establishing connection.

#define PPP_PHASE_NETWORK   0x04

Established and working.

#define PPP_PHASE_TERMINATE   0x05

Tearing down the link.