| 572 | } |
| 573 | |
| 574 | static void |
| 575 | bstp_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 | |
| 582 | static void |
| 583 | bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, |
no test coverage detected