MCPcopy 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
1850static void
1851bstp_enable_port(struct bstp_state *bs, struct bstp_port *bp)
1852{
1853 bp->bp_infois = BSTP_INFO_AGED;
1854}
1855
1856static void
1857bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp)

Callers 1

bstp_ifupdstatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected