Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_lagg.h181 u_int ro_active; /* active port count */ member
H A Dif_lagg.c1391 ro->ro_active = sc->sc_active; in lagg_ioctl()
1393 ro->ro_active = 0; in lagg_ioctl()
1395 ro->ro_active += LAGG_PORTACTIVE(lp); in lagg_ioctl()
/f-stack/tools/ifconfig/
H A Diflagg.c279 printf("\t\tactive ports: %d\n", ro.ro_active); in lagg_status()