MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bridge_ioctl_sproto

Function bridge_ioctl_sproto

freebsd/net/if_bridge.c:1832–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830}
1831
1832static int
1833bridge_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
1840static int
1841bridge_ioctl_stxhc(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bstp_set_protocolFunction · 0.85

Tested by

no test coverage detected