Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c174 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
216 switch (bp->bp_protover) { in bstp_transmit_bpdu()
444 switch (bp->bp_protover) { in bstp_pdu_flags()
501 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
1009 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1072 bp->bp_agreed = bp->bp_protover; in bstp_update_roles()
1084 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1242 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1361 bp->bp_protover = proto; in bstp_set_port_proto()
1449 switch (bp->bp_protover) { in bstp_set_timer_tc()
[all …]
H A Dbridgestp.h281 uint8_t bp_protover; member
H A Dif_bridge.c1579 req->ifbr_proto = bp->bp_protover; in bridge_ioctl_gifflags()