Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bstp_enable_port
Function
bstp_enable_port
freebsd/net/bridgestp.c:1850–1854 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1848
}
1849
1850
static void
1851
bstp_enable_port(struct bstp_state *bs, struct bstp_port *bp)
1852
{
1853
bp->bp_infois = BSTP_INFO_AGED;
1854
}
1855
1856
static void
1857
bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp)
Callers
1
bstp_ifupdstatus
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected