Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net/
HDif_lagg.h113 uint8_t actor_state; member
HDieee8023ad_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-14-stable/sbin/ifconfig/
HDiflagg.c277 printb(" state", lp->actor_state, LACP_STATE_BITS); in lagg_status()
/freebsd-14-stable/share/examples/libifconfig/
HDstatus.c320 printf(" state=%x", lp->actor_state); in print_lagg()