HomeSort by: relevance | last modified time | path
    Searched refs:lacp_format_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_debug.h 55 const char *lacp_format_state(uint8_t, char *, size_t);
ieee8023ad_lacp_debug.c 144 lacp_format_state(uint8_t state, char *buf, size_t buflen) function in typeref:typename:const char *
162 lacp_format_state(du->ldu_actor.lip_state, buf2, sizeof(buf2)));
166 lacp_format_state(du->ldu_partner.lip_state, buf2, sizeof(buf2)));
ieee8023ad_lacp_sm_rx.c 178 lacp_format_state(oldpstate, buf, sizeof(buf))));
180 lacp_format_state(lp->lp_partner.lip_state, buf, sizeof(buf))));

Completed in 15 milliseconds