Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbridgestp.c315 switch (bp->bp_role) { in bstp_transmit()
559 switch (bp->bp_role) { in bstp_pdu_flags()
1049 switch (bp->bp_role) { in bstp_update_roles()
1225 bp->bp_role != BSTP_ROLE_ROOT && in bstp_update_tc()
1230 bp->bp_role == BSTP_ROLE_ROOT) && in bstp_update_tc()
1346 if (bp->bp_role == role) in bstp_set_port_role()
1350 switch (bp->bp_role) { in bstp_set_port_role()
1374 bp->bp_role = role; in bstp_set_port_role()
1380 switch (bp->bp_role) { in bstp_set_port_role()
1802 (bp->bp_role == BSTP_ROLE_ROOT && in bstp_hello_timer_expiry()
[all …]
H A Dif_bridge.h356 u_int8_t bp_role; member
H A Dif_bridge.c636 breq->ifbr_role = bp->bp_role; in bridge_bifgetstp()