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

Function bstp_disable_port

freebsd/net/bridgestp.c:1856–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856static void
1857bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp)
1858{
1859 bp->bp_infois = BSTP_INFO_DISABLED;
1860}
1861
1862static void
1863bstp_tick(void *arg)

Callers 2

bstp_ifupdstatusFunction · 0.85
bstp_disableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected