Home
last modified time | relevance | path

Searched refs:bp2 (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dbridgestp.c1032 struct bstp_port *bp2; in bstp_update_state() local
1040 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_update_state()
1041 if (!(bp2->bp_synced || in bstp_update_state()
1042 bp2->bp_role == BSTP_ROLE_ROOT)) { in bstp_update_state()
1309 struct bstp_port *bp2; in bstp_set_other_tcprop() local
1313 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_set_other_tcprop()
1314 if (bp2 == bp) { in bstp_set_other_tcprop()
1317 bp2->bp_tc_prop = 1; in bstp_set_other_tcprop()
1609 struct bstp_port *bp2; in bstp_rerooted() local
1612 LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) { in bstp_rerooted()
[all …]