Home
last modified time | relevance | path

Searched refs:LACP_STATE_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dieee8023ad_lacp.h67 #define LACP_STATE_BITS \ macro
H A Dieee8023ad_lacp.c2183 snprintf(buf, buflen, "%b", state, LACP_STATE_BITS); in lacp_format_state()
/freebsd/sbin/ifconfig/
H A Diflagg.c277 printb(" state", lp->actor_state, LACP_STATE_BITS); in lagg_status()