Go to the source code of this file.
◆ format_ptx_event()
static u8* format_ptx_event |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ lacp_init_ptx_machine()
◆ lacp_ptx_action_fast_periodic()
int lacp_ptx_action_fast_periodic |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_ptx_action_no_periodic()
int lacp_ptx_action_no_periodic |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_ptx_action_slow_periodic()
int lacp_ptx_action_slow_periodic |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_ptx_action_timer_expired()
int lacp_ptx_action_timer_expired |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_ptx_debug_func()
◆ lacp_ptx_fsm_table
Initial value:= {
}
static lacp_fsm_state_t lacp_ptx_state_slow_periodic[]
static lacp_fsm_state_t lacp_ptx_state_no_periodic[]
static lacp_fsm_state_t lacp_ptx_state_periodic_tx[]
static lacp_fsm_state_t lacp_ptx_state_fast_periodic[]
Definition at line 62 of file ptx_machine.c.
◆ lacp_ptx_machine
Initial value:= {
}
static lacp_fsm_machine_t lacp_ptx_fsm_table[]
void lacp_ptx_debug_func(slave_if_t *sif, int event, int state, lacp_fsm_state_t *transition)
Definition at line 69 of file ptx_machine.c.
◆ lacp_ptx_state_fast_periodic
Initial value:= {
}
#define LACP_ACTION_SLOW_PERIODIC
#define LACP_ACTION_TIMER_EXPIRED
#define LACP_ACTION_FAST_PERIODIC
Definition at line 34 of file ptx_machine.c.
◆ lacp_ptx_state_no_periodic
Initial value:= {
}
#define LACP_ACTION_NO_PERIODIC
Definition at line 24 of file ptx_machine.c.
◆ lacp_ptx_state_periodic_tx
Initial value:= {
}
#define LACP_ACTION_TIMER_EXPIRED
#define LACP_ACTION_NO_PERIODIC
Definition at line 54 of file ptx_machine.c.
◆ lacp_ptx_state_slow_periodic
Initial value:= {
}
#define LACP_ACTION_SLOW_PERIODIC
#define LACP_ACTION_TIMER_EXPIRED
#define LACP_ACTION_NO_PERIODIC
#define LACP_ACTION_FAST_PERIODIC
Definition at line 44 of file ptx_machine.c.