|
| void | pppUpEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Up event. More...
|
| |
| void | pppDownEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Down event. More...
|
| |
| void | pppOpenEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Open event. More...
|
| |
| void | pppCloseEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Close event. More...
|
| |
| void | pppTimeoutEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Timeout event. More...
|
| |
| void | pppRcvConfigureReqEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks, const PppConfigurePacket *configureReqPacket, PppCode code) |
| | Process Receive-Configure-Request event. More...
|
| |
| void | pppRcvConfigureAckEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Receive-Configure-Ack event. More...
|
| |
| void | pppRcvConfigureNakEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Receive-Configure-Nak event. More...
|
| |
| void | pppRcvTerminateReqEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks, const PppTerminatePacket *terminateReqPacket) |
| | Process Receive-Terminate-Req event. More...
|
| |
| void | pppRcvTerminateAckEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks) |
| | Process Receive-Terminate-Ack event. More...
|
| |
| void | pppRcvUnknownCodeEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks, const PppPacket *packet) |
| | Process Receive-Unknown-Code event. More...
|
| |
| void | pppRcvCodeRejEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks, bool_t acceptable) |
| | Process Receive-Code-Reject or Receive-Protocol-Reject event. More...
|
| |
| void | pppRcvEchoReqEvent (PppContext *context, PppFsm *fsm, const PppCallbacks *callbacks, const PppEchoPacket *echoReqPacket) |
| | Process Receive-Echo-Request event. More...
|
| |
| void | pppChangeState (PppFsm *fsm, PppState newState) |
| | Update PPP FSM state. More...
|
| |
PPP finite state machine.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Author
- Oryx Embedded SARL (www.oryx-embedded.com)
- Version
- 2.5.4
Definition in file ppp_fsm.c.