Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1856
static void
1857
bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp)
1858
{
1859
bp->bp_infois = BSTP_INFO_DISABLED;
1860
}
1861
1862
static void
1863
bstp_tick(void *arg)
Callers
2
bstp_ifupdstatus
Function · 0.85
bstp_disable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected