|
error_t | ipv6cpOpen (PppContext *context) |
| IPV6CP Open event. More...
|
|
error_t | ipv6cpClose (PppContext *context) |
| IPV6CP Close event. More...
|
|
void | ipv6cpTick (PppContext *context) |
| IPV6CP timer handler. More...
|
|
void | ipv6cpProcessPacket (PppContext *context, const PppPacket *packet, size_t length) |
| Process an incoming IPV6CP packet. More...
|
|
error_t | ipv6cpProcessConfigureReq (PppContext *context, const PppConfigurePacket *configureReqPacket) |
| Process Configure-Request packet. More...
|
|
error_t | ipv6cpProcessConfigureAck (PppContext *context, const PppConfigurePacket *configureAckPacket) |
| Process Configure-Ack packet. More...
|
|
error_t | ipv6cpProcessConfigureNak (PppContext *context, const PppConfigurePacket *configureNakPacket) |
| Process Configure-Nak packet. More...
|
|
error_t | ipv6cpProcessConfigureReject (PppContext *context, const PppConfigurePacket *configureRejPacket) |
| Process Configure-Reject packet. More...
|
|
error_t | ipv6cpProcessTerminateReq (PppContext *context, const PppTerminatePacket *terminateReqPacket) |
| Process Terminate-Request packet. More...
|
|
error_t | ipv6cpProcessTerminateAck (PppContext *context, const PppTerminatePacket *terminateAckPacket) |
| Process Terminate-Ack packet. More...
|
|
error_t | ipv6cpProcessCodeRej (PppContext *context, const PppCodeRejPacket *codeRejPacket) |
| Process Code-Reject packet. More...
|
|
error_t | ipv6cpProcessUnknownCode (PppContext *context, const PppPacket *packet) |
| Process packet with unknown code. More...
|
|
void | ipv6cpThisLayerUp (PppContext *context) |
| This-Layer-Up callback function. More...
|
|
void | ipv6cpThisLayerDown (PppContext *context) |
| This-Layer-Down callback function. More...
|
|
void | ipv6cpThisLayerStarted (PppContext *context) |
| This-Layer-Started callback function. More...
|
|
void | ipv6cpThisLayerFinished (PppContext *context) |
| This-Layer-Finished callback function. More...
|
|
void | ipv6cpInitRestartCount (PppContext *context, uint_t value) |
| Initialize-Restart-Count callback function. More...
|
|
void | ipv6cpZeroRestartCount (PppContext *context) |
| Zero-Restart-Count callback function. More...
|
|
error_t | ipv6cpSendConfigureReq (PppContext *context) |
| Send-Configure-Request callback function. More...
|
|
error_t | ipv6cpSendConfigureAck (PppContext *context, const PppConfigurePacket *configureReqPacket) |
| Send-Configure-Ack callback function. More...
|
|
error_t | ipv6cpSendConfigureNak (PppContext *context, const PppConfigurePacket *configureReqPacket) |
| Send-Configure-Nak callback function. More...
|
|
error_t | ipv6cpSendConfigureRej (PppContext *context, const PppConfigurePacket *configureReqPacket) |
| Send-Configure-Reject callback function. More...
|
|
error_t | ipv6cpSendTerminateReq (PppContext *context) |
| Send-Terminate-Request callback function. More...
|
|
error_t | ipv6cpSendTerminateAck (PppContext *context, const PppTerminatePacket *terminateReqPacket) |
| Send-Terminate-Ack callback function. More...
|
|
error_t | ipv6cpSendCodeRej (PppContext *context, const PppPacket *packet) |
| Send-Code-Reject callback function. More...
|
|
error_t | ipv6cpParseOption (PppContext *context, PppOption *option, size_t inPacketLen, PppConfigurePacket *outPacket) |
| Parse IPV6CP configuration option. More...
|
|
error_t | ipv6cpParseInterfaceIdOption (PppContext *context, Ipv6cpInterfaceIdOption *option, PppConfigurePacket *outPacket) |
| Parse Interface-Identifier option. More...
|
|
IPV6CP (PPP IPv6 Control Protocol)
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2024 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.4.4
Definition in file ipv6cp.h.