Searched refs:ro_opts (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sbin/ifconfig/
H A Diflagg.c97 ro.ro_opts = LAGG_OPT_FLOWIDSHIFT;
113 ro.ro_opts = LAGG_OPT_RR_LIMIT;
127 ro.ro_opts = d;
128 switch (ro.ro_opts) {
257 printb("\t\tflags", ro->ro_opts, LAGG_OPT_BITS);
/freebsd-current/sys/net/
H A Dif_lagg.c1411 ro->ro_opts = sc->sc_opts;
1417 ro->ro_opts |= LAGG_OPT_LACP_TXTEST;
1419 ro->ro_opts |= LAGG_OPT_LACP_RXTEST;
1421 ro->ro_opts |= LAGG_OPT_LACP_STRICT;
1423 ro->ro_opts |= LAGG_OPT_LACP_FAST_TIMO;
1447 if (ro->ro_opts == 0 && ro->ro_bkt != 0) {
1455 if (ro->ro_opts == 0) {
1466 switch (ro->ro_opts) {
1504 if (ro->ro_opts == LAGG_OPT_FLOWIDSHIFT)
1506 else if (ro->ro_opts
[all...]
H A Dif_lagg.h166 int ro_opts; /* Option bitmap */ member in struct:lagg_reqopts
169 /* Pseudo flags which are used in ro_opts but not stored into sc_opts. */
/freebsd-current/share/examples/libifconfig/
H A Dstatus.c306 printf("\t\tflags=%x", ls->ro->ro_opts);

Completed in 75 milliseconds