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

Function bstp_received_tcn

freebsd/net/bridgestp.c:574–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574static void
575bstp_received_tcn(struct bstp_state *bs, struct bstp_port *bp,
576 struct bstp_tcn_unit *tcn)
577{
578 bp->bp_rcvdtcn = 1;
579 bstp_update_tc(bp);
580}
581
582static void
583bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp,

Callers 1

bstp_received_stpFunction · 0.85

Calls 1

bstp_update_tcFunction · 0.85

Tested by

no test coverage detected