Home
last modified time | relevance | path

Searched refs:actor_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_lagg.h113 uint8_t actor_state; member
H A Dieee8023ad_lacp.c628 req->actor_state = la->la_actor.lip_state; in lacp_req()
655 req->actor_state = lp->lp_actor.lip_state; in lacp_portreq()
/freebsd/sbin/ifconfig/
H A Diflagg.c277 printb(" state", lp->actor_state, LACP_STATE_BITS); in lagg_status()
/freebsd/share/examples/libifconfig/
H A Dstatus.c320 printf(" state=%x", lp->actor_state); in print_lagg()