| 1661 | } |
| 1662 | |
| 1663 | int |
| 1664 | bstp_set_ptp(struct bstp_port *bp, int set) |
| 1665 | { |
| 1666 | struct bstp_state *bs = bp->bp_bs; |
| 1667 | |
| 1668 | BSTP_LOCK(bs); |
| 1669 | bp->bp_ptp_link = set; |
| 1670 | BSTP_UNLOCK(bs); |
| 1671 | return (0); |
| 1672 | } |
| 1673 | |
| 1674 | int |
| 1675 | bstp_set_autoptp(struct bstp_port *bp, int set) |
no outgoing calls
no test coverage detected