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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c186 static void bstp_set_port_tc(struct bstp_port *, int);
1164 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1167 bstp_set_port_tc(bp, BSTP_TCSTATE_TCN);
1169 bstp_set_port_tc(bp, BSTP_TCSTATE_TC);
1172 bstp_set_port_tc(bp, BSTP_TCSTATE_PROPAG);
1175 bstp_set_port_tc(bp, BSTP_TCSTATE_ACK);
1182 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1188 bstp_set_port_tc(bp, BSTP_TCSTATE_LEARNING);
1192 bstp_set_port_tc(bp, BSTP_TCSTATE_INACTIVE);
1198 bstp_set_port_tc(b
1427 bstp_set_port_tc(struct bstp_port *bp, int state) function
[all...]

Completed in 12 milliseconds