Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Diflagg.c97 ro.ro_opts = LAGG_OPT_FLOWIDSHIFT; in setlaggflowidshift()
113 ro.ro_opts = LAGG_OPT_RR_LIMIT; in setlaggrr_limit()
127 ro.ro_opts = d; in setlaggsetopt()
128 switch (ro.ro_opts) { in setlaggsetopt()
257 printb("\t\tflags", ro->ro_opts, LAGG_OPT_BITS); in lagg_status()
/freebsd/sys/net/
H A Dif_lagg.c1408 ro->ro_opts = sc->sc_opts; in lagg_ioctl()
1414 ro->ro_opts |= LAGG_OPT_LACP_TXTEST; in lagg_ioctl()
1416 ro->ro_opts |= LAGG_OPT_LACP_RXTEST; in lagg_ioctl()
1418 ro->ro_opts |= LAGG_OPT_LACP_STRICT; in lagg_ioctl()
1420 ro->ro_opts |= LAGG_OPT_LACP_FAST_TIMO; in lagg_ioctl()
1444 if (ro->ro_opts == 0 && ro->ro_bkt != 0) { in lagg_ioctl()
1452 if (ro->ro_opts == 0) { in lagg_ioctl()
1463 switch (ro->ro_opts) { in lagg_ioctl()
1501 if (ro->ro_opts == LAGG_OPT_FLOWIDSHIFT) in lagg_ioctl()
1503 else if (ro->ro_opts == LAGG_OPT_RR_LIMIT) { in lagg_ioctl()
[all …]
H A Dif_lagg.h166 int ro_opts; /* Option bitmap */ member
/freebsd/share/examples/libifconfig/
H A Dstatus.c306 printf("\t\tflags=%x", ls->ro->ro_opts); in print_lagg()