KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
PPP automaton phases
This list defines the phases of the PPP automaton, as described in Section 3.2 of RFC 1661.
#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.