Go to the source code of this file.
◆ foreach_lacp_mux_event
#define foreach_lacp_mux_event |
Value: _(0, BEGIN, "begin") \
_(1, SELECTED, "selected") \
_(2, STANDBY, "standby") \
_(3, UNSELECTED, "unselected") \
_(4, READY, "ready") \
_(5, SYNC, "sync")
Definition at line 22 of file mux_machine.h.
◆ foreach_lacp_mux_sm_state
#define foreach_lacp_mux_sm_state |
Value: _(0, DETACHED, "detached") \
_(1, WAITING, "waiting") \
_(2, ATTACHED, "attached") \
_(3, COLLECTING_DISTRIBUTING, "collecting distributing")
Definition at line 37 of file mux_machine.h.
◆ LACP_ACTION_ATTACHED
◆ LACP_ACTION_COLLECTING_DISTRIBUTING
◆ LACP_ACTION_DETACHED
◆ LACP_ACTION_WAITING
◆ lacp_mux_event_t
Enumerator |
---|
foreach_lacp_mux_event | |
Definition at line 30 of file mux_machine.h.
◆ lacp_mux_sm_state_t
Enumerator |
---|
foreach_lacp_mux_sm_state | |
Definition at line 43 of file mux_machine.h.
◆ lacp_mux_action_attached()
int lacp_mux_action_attached |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_mux_action_collecting_distributing()
int lacp_mux_action_collecting_distributing |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_mux_action_detached()
int lacp_mux_action_detached |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_mux_action_waiting()
int lacp_mux_action_waiting |
( |
void * |
p1, |
|
|
void * |
p2 |
|
) |
| |
◆ lacp_mux_debug_func()
◆ lacp_start_wait_while_timer()
◆ lacp_mux_machine