IKEv2 finite state machine. More...
#include "ike/ike.h"Go to the source code of this file.
Detailed Description
IKEv2 finite state machine.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2022-2025 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneIPSEC 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.
- Version
- 2.5.4
Definition in file ike_fsm.h.
Function Documentation
◆ ikeChangeChildSaState()
| void ikeChangeChildSaState | ( | IkeChildSaEntry * | childSa, |
| IkeChildSaState | newState | ||
| ) |
◆ ikeChangeSaState()
| void ikeChangeSaState | ( | IkeSaEntry * | sa, |
| IkeSaState | newState | ||
| ) |
◆ ikeProcessChildSaDeleteEvent()
| error_t ikeProcessChildSaDeleteEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaEvents()
| error_t ikeProcessChildSaEvents | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaInitEvent()
| error_t ikeProcessChildSaInitEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaRekeyEvent()
| error_t ikeProcessChildSaRekeyEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessEvents()
| void ikeProcessEvents | ( | IkeContext * | context | ) |
◆ ikeProcessSaDeleteEvent()
| error_t ikeProcessSaDeleteEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaDpdEvent()
| error_t ikeProcessSaDpdEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaEvents()
| error_t ikeProcessSaEvents | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaInitEvent()
| error_t ikeProcessSaInitEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaReauthEvent()
| error_t ikeProcessSaReauthEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaRekeyEvent()
| error_t ikeProcessSaRekeyEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeRetransmitRequest()
| error_t ikeRetransmitRequest | ( | IkeSaEntry * | sa | ) |
Retransmit IKE request message.
- Parameters
-
[in] sa Pointer to the IKE SA
- Returns
- Error code
Definition at line 56 of file ike_misc.c.
◆ ikeRetransmitResponse()
| error_t ikeRetransmitResponse | ( | IkeSaEntry * | sa | ) |
Retransmit IKE response message.
- Parameters
-
[in] sa Pointer to the IKE SA
- Returns
- Error code
Definition at line 98 of file ike_misc.c.
