KallistiOS
##version##
|
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... | |
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.