Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dbridgestp.c1033 if (!(bp2->bp_synced || in bstp_update_state()
1052 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1054 bp->bp_synced = 1; in bstp_update_roles()
1076 if (bp->bp_sync || !bp->bp_synced || bp->bp_reroot) { in bstp_update_roles()
1078 bp->bp_synced = 1; in bstp_update_roles()
1134 !bp->bp_synced) || (bp->bp_agreed && !bp->bp_synced) || in bstp_update_roles()
1135 (bp->bp_operedge && !bp->bp_synced) || in bstp_update_roles()
1136 (bp->bp_sync && bp->bp_synced)) { in bstp_update_roles()
1138 bp->bp_synced = 1; in bstp_update_roles()
1174 if (((bp->bp_sync && !bp->bp_synced) || in bstp_update_roles()
[all …]
Dif_bridge.h366 u_int8_t bp_synced; member