Searched refs:bstp_set_port_tc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/net/
H A Dbridgestp.c257 void bstp_set_port_tc(struct bstp_port *, int);
1199 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1202 bstp_set_port_tc(bp, BSTP_TCSTATE_TCN);
1204 bstp_set_port_tc(bp, BSTP_TCSTATE_TC);
1207 bstp_set_port_tc(bp, BSTP_TCSTATE_PROPAG);
1210 bstp_set_port_tc(bp, BSTP_TCSTATE_ACK);
1217 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1223 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1227 bstp_set_port_tc(bp, BSTP_TCSTATE_INACTIVE);
1233 bstp_set_port_tc(b
1441 bstp_set_port_tc(struct bstp_port *bp, int state) function
[all...]

Completed in 78 milliseconds