CORDET Framework - C2 Implementation
|
This procedure is run when the InLoader has found a packet with invalid destination. More...
Go to the source code of this file.
Functions | |
void | CrPsPcktReroutingFailN1 (FwPrDesc_t prDesc) |
Action for node N1. More... | |
void | CrPsPcktReroutingFailN2 (FwPrDesc_t prDesc) |
Action for node N2. More... | |
void | CrPsPcktReroutingFailN3 (FwPrDesc_t prDesc) |
Action for node N3. More... | |
void | CrPsPcktReroutingFailN4 (FwPrDesc_t prDesc) |
Action for node N4. More... | |
void | CrPsPcktReroutingFailN5 (FwPrDesc_t prDesc) |
Action for node N5. More... | |
void | CrPsPcktReroutingFailN6 (FwPrDesc_t prDesc) |
Action for node N6. More... | |
FwPrBool_t | CrPsPcktReroutingFailG1 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N1. More... | |
FwPrBool_t | CrPsPcktReroutingFailG1E (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION1 to N2. More... | |
FwPrBool_t | CrPsPcktReroutingFailG2 (FwPrDesc_t prDesc) |
Guard on the Control Flow from DECISION2 to N3. More... | |
Variables | |
static FwSmDesc_t | rep |
CrPsPcktReroutingFail function definitions. More... | |
This procedure is run when the InLoader has found a packet with invalid destination.
last modification: 22.01.2018
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file CrPsPcktReroutingFailFunc.c.
FwPrBool_t CrPsPcktReroutingFailG1 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N1.
Definition at line 223 of file CrPsPcktReroutingFailFunc.c.
FwPrBool_t CrPsPcktReroutingFailG1E | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION1 to N2.
Definition at line 245 of file CrPsPcktReroutingFailFunc.c.
FwPrBool_t CrPsPcktReroutingFailG2 | ( | FwPrDesc_t | prDesc | ) |
Guard on the Control Flow from DECISION2 to N3.
Definition at line 267 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN1 | ( | FwPrDesc_t | prDesc | ) |
Action for node N1.
Definition at line 59 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN2 | ( | FwPrDesc_t | prDesc | ) |
Action for node N2.
Definition at line 87 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN3 | ( | FwPrDesc_t | prDesc | ) |
Action for node N3.
Definition at line 101 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN4 | ( | FwPrDesc_t | prDesc | ) |
Action for node N4.
Definition at line 117 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN5 | ( | FwPrDesc_t | prDesc | ) |
Action for node N5.
Definition at line 170 of file CrPsPcktReroutingFailFunc.c.
void CrPsPcktReroutingFailN6 | ( | FwPrDesc_t | prDesc | ) |
Action for node N6.
Definition at line 187 of file CrPsPcktReroutingFailFunc.c.
|
static |
CrPsPcktReroutingFail function definitions.
FW Profile function definitions
Definition at line 52 of file CrPsPcktReroutingFailFunc.c.