FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | foreach_lacp_tx_event |
#define | foreach_lacp_tx_sm_state _(0, TRANSMIT, "transmit PDU") |
#define | LACP_ACTION_TRANSMIT LACP_ACTION_ROUTINE(lacp_tx_action_transmit) |
Enumerations | |
enum | lacp_tx_event_t { foreach_lacp_tx_event } |
enum | lacp_tx_sm_state_t { foreach_lacp_tx_sm_state } |
Functions | |
int | lacp_tx_action_transmit (void *p1, void *p2) |
void | lacp_tx_debug_func (member_if_t *mif, int event, int state, lacp_fsm_state_t *transition) |
Variables | |
lacp_machine_t | lacp_tx_machine |
#define foreach_lacp_tx_event |
Definition at line 22 of file tx_machine.h.
#define foreach_lacp_tx_sm_state _(0, TRANSMIT, "transmit PDU") |
Definition at line 33 of file tx_machine.h.
#define LACP_ACTION_TRANSMIT LACP_ACTION_ROUTINE(lacp_tx_action_transmit) |
Definition at line 49 of file tx_machine.h.
enum lacp_tx_event_t |
Enumerator | |
---|---|
foreach_lacp_tx_event |
Definition at line 26 of file tx_machine.h.
enum lacp_tx_sm_state_t |
Enumerator | |
---|---|
foreach_lacp_tx_sm_state |
Definition at line 36 of file tx_machine.h.
int lacp_tx_action_transmit | ( | void * | p1, |
void * | p2 | ||
) |
void lacp_tx_debug_func | ( | member_if_t * | mif, |
int | event, | ||
int | state, | ||
lacp_fsm_state_t * | transition | ||
) |
lacp_machine_t lacp_tx_machine |
Definition at line 33 of file tx_machine.c.