Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Diflagg.c104 ro.ro_opts = LAGG_OPT_FLOWIDSHIFT; in setlaggflowidshift()
121 ro.ro_opts = LAGG_OPT_RR_LIMIT; in setlaggrr_limit()
136 ro.ro_opts = d; in setlaggsetopt()
137 switch (ro.ro_opts) { in setlaggsetopt()
273 printb("\t\tflags", ro.ro_opts, LAGG_OPT_BITS); in lagg_status()
/f-stack/freebsd/net/
H A Dif_lagg.c1377 ro->ro_opts = sc->sc_opts; in lagg_ioctl()
1383 ro->ro_opts |= LAGG_OPT_LACP_TXTEST; in lagg_ioctl()
1385 ro->ro_opts |= LAGG_OPT_LACP_RXTEST; in lagg_ioctl()
1387 ro->ro_opts |= LAGG_OPT_LACP_STRICT; in lagg_ioctl()
1389 ro->ro_opts |= LAGG_OPT_LACP_FAST_TIMO; in lagg_ioctl()
1421 if (ro->ro_opts == 0) { in lagg_ioctl()
1432 switch (ro->ro_opts) { in lagg_ioctl()
1480 } else if (ro->ro_opts > 0) in lagg_ioctl()
1481 sc->sc_opts |= ro->ro_opts; in lagg_ioctl()
1483 sc->sc_opts &= ~ro->ro_opts; in lagg_ioctl()
[all …]
H A Dif_lagg.h168 int ro_opts; /* Option bitmap */ member