Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dbridgestp.c311 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
351 switch (bp->bp_protover) { in bstp_transmit_bpdu()
573 switch (bp->bp_protover) { in bstp_pdu_flags()
620 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
1109 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1169 bp->bp_agreed = bp->bp_protover; in bstp_update_roles()
1181 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1328 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1436 bp->bp_protover = proto; in bstp_set_port_proto()
1524 switch (bp->bp_protover) { in bstp_set_timer_tc()
[all …]
Dif_bridge.h331 u_int8_t bp_protover; member
Dif_bridge.c635 breq->ifbr_proto = bp->bp_protover; in bridge_bifgetstp()