Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c173 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
215 switch (bp->bp_protover) { in bstp_transmit_bpdu()
442 switch (bp->bp_protover) { in bstp_pdu_flags()
499 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
1051 bp->bp_agreed = bp->bp_protover; in bstp_update_roles()
1063 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1221 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1340 bp->bp_protover = proto; in bstp_set_port_proto()
1428 switch (bp->bp_protover) { in bstp_set_timer_tc()
1751 switch (bp->bp_protover) { in bstp_notify_rtage()
[all …]
H A Dbridgestp.h283 uint8_t bp_protover; member
H A Dif_bridge.c1303 req->ifbr_proto = bp->bp_protover; in bridge_ioctl_gifflags()