Home
last modified time | relevance | path

Searched refs:tbu_protover (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dbridgestp.c258 bpdu.tbu_protover = 0; in bstp_transmit_tcn()
496 if (tpdu.tbu_protover > BSTP_PROTO_MAX) in bstp_input()
497 tpdu.tbu_protover = BSTP_PROTO_MAX; in bstp_input()
499 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
505 bstp_set_port_proto(bp, tpdu.tbu_protover); in bstp_input()
515 switch (tpdu.tbu_protover) { in bstp_input()
H A Dbridgestp.h237 uint8_t tbu_protover; /* protocol version */ member