Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ifconfig/
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()
271 printb("\t\tflags", ro.ro_opts, LAGG_OPT_BITS); in lagg_status()
/freebsd-12-stable/sys/net/
Dif_lagg.c1350 ro->ro_opts = sc->sc_opts; in lagg_ioctl()
1356 ro->ro_opts |= LAGG_OPT_LACP_TXTEST; in lagg_ioctl()
1358 ro->ro_opts |= LAGG_OPT_LACP_RXTEST; in lagg_ioctl()
1360 ro->ro_opts |= LAGG_OPT_LACP_STRICT; in lagg_ioctl()
1362 ro->ro_opts |= LAGG_OPT_LACP_FAST_TIMO; in lagg_ioctl()
1386 if (ro->ro_opts == 0 && ro->ro_bkt != 0) { in lagg_ioctl()
1394 if (ro->ro_opts == 0) { in lagg_ioctl()
1405 switch (ro->ro_opts) { in lagg_ioctl()
1441 if (ro->ro_opts == LAGG_OPT_FLOWIDSHIFT) in lagg_ioctl()
1443 else if (ro->ro_opts == LAGG_OPT_RR_LIMIT) { in lagg_ioctl()
[all …]
Dif_lagg.h168 int ro_opts; /* Option bitmap */ member
/freebsd-12-stable/share/examples/libifconfig/
Dstatus.c308 printf("\t\tflags=%x", ls->ro->ro_opts); in print_lagg()