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

Function bridge_ioctl_sht

freebsd/net/if_bridge.c:1590–1596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588}
1589
1590static int
1591bridge_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
1598static int
1599bridge_ioctl_gfd(struct bridge_softc *sc, void *arg)

Callers

nothing calls this directly

Calls 1

bstp_set_htimeFunction · 0.85

Tested by

no test coverage detected