| 1830 | } |
| 1831 | |
| 1832 | static int |
| 1833 | bridge_ioctl_sproto(struct bridge_softc *sc, void *arg) |
| 1834 | { |
| 1835 | struct ifbrparam *param = arg; |
| 1836 | |
| 1837 | return (bstp_set_protocol(&sc->sc_stp, param->ifbrp_proto)); |
| 1838 | } |
| 1839 | |
| 1840 | static int |
| 1841 | bridge_ioctl_stxhc(struct bridge_softc *sc, void *arg) |
nothing calls this directly
no test coverage detected