![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Include dependency graph for machine.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | lacp_fsm_state_t |
| struct | lacp_fsm_machine_t |
| struct | lacp_machine_t |
Macros | |
| #define | LACP_NOACTION ((int (*)(void *, void *))0) |
| #define | LACP_ACTION_ROUTINE(rtn) ((int(*)(void *, void *))rtn) |
Typedefs | |
| typedef int(* | action_func) (void *, void *) |
| typedef void(* | debug_func) (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
Functions | |
| int | lacp_machine_dispatch (lacp_machine_t *machine, vlib_main_t *vm, member_if_t *mif, int event, int *state) |
| #define LACP_ACTION_ROUTINE | ( | rtn | ) | ((int(*)(void *, void *))rtn) |
| typedef void(* debug_func) (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
| int lacp_machine_dispatch | ( | lacp_machine_t * | machine, |
| vlib_main_t * | vm, | ||
| member_if_t * | mif, | ||
| int | event, | ||
| int * | state | ||
| ) |