#include "common.h"#include "session.h"Go to the source code of this file.
Defines | |
| #define | IKEv2_STATE_INIT 0 |
| #define | IKEv2_STATE_NOT_CONNECTED 1 |
| #define | IKEv2_STATE_CONNECTED 2 |
| #define | IKEv2_STATE_FAILED 3 |
Functions | |
| void | DoRState (const struct ikev2_ctx *i2, uint8_t *in, uint8_t **out, uint32_t *olen, struct IKEv2Session *s) |
| The responder state machine. | |
| void | DoIState (const struct ikev2_ctx *i2, uint8_t *in, uint8_t **out, uint32_t *olen, struct IKEv2Session *s) |
| The initiator state machine. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
The initiator state machine.
|
|
||||||||||||||||||||||||
|
The responder state machine.
|