HomeSort by: relevance | last modified time | path
    Searched defs:lacp_state_str (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/lagg/
if_lagg_lacp.c 208 #define LACP_STATE_STR(_s, _b, _bs) lacp_state_str(_s, _b, _bs)
215 #define LACP_STATE_STR(_s, _b, _bs) __nothing
1616 lacp_state_str(uint8_t state, char *buf, size_t buflen) function in typeref:typename:void
1714 LACP_STATE_STR(oldpstate, buf, sizeof(buf));
1717 LACP_STATE_STR(pi->lpi_state, buf, sizeof(buf));
1783 LACP_STATE_STR(oldpstate, buf, sizeof(buf));
1786 LACP_STATE_STR(lacpp->lp_partner.lpi_state,
2694 lacp_state_str(pi_actor->lpi_state,
2707 lacp_state_str(pi_partner->lpi_state
    [all...]
if_lagg_lacp.c 208 #define LACP_STATE_STR(_s, _b, _bs) lacp_state_str(_s, _b, _bs)
215 #define LACP_STATE_STR(_s, _b, _bs) __nothing
1616 lacp_state_str(uint8_t state, char *buf, size_t buflen) function in typeref:typename:void
1714 LACP_STATE_STR(oldpstate, buf, sizeof(buf));
1717 LACP_STATE_STR(pi->lpi_state, buf, sizeof(buf));
1783 LACP_STATE_STR(oldpstate, buf, sizeof(buf));
1786 LACP_STATE_STR(lacpp->lp_partner.lpi_state,
2694 lacp_state_str(pi_actor->lpi_state,
2707 lacp_state_str(pi_partner->lpi_state
    [all...]

Completed in 25 milliseconds