| 1588 | } |
| 1589 | |
| 1590 | static int |
| 1591 | bridge_ioctl_sht(struct bridge_softc *sc, void *arg) |
| 1592 | { |
| 1593 | struct ifbrparam *param = arg; |
| 1594 | |
| 1595 | return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime)); |
| 1596 | } |
| 1597 | |
| 1598 | static int |
| 1599 | bridge_ioctl_gfd(struct bridge_softc *sc, void *arg) |
nothing calls this directly
no test coverage detected