Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c173 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
215 switch (bp->bp_protover) { in bstp_transmit_bpdu()
443 switch (bp->bp_protover) { in bstp_pdu_flags()
500 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
1008 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1071 bp->bp_agreed = bp->bp_protover; in bstp_update_roles()
1083 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1241 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1360 bp->bp_protover = proto; in bstp_set_port_proto()
1448 switch (bp->bp_protover) { in bstp_set_timer_tc()
[all …]
H A Dbridgestp.h281 uint8_t bp_protover; member
H A Dif_bridge.c1416 req->ifbr_proto = bp->bp_protover; in bridge_ioctl_gifflags()