Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.c238 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
280 switch (bp->bp_protover) { in bstp_transmit_bpdu()
534 switch (bp->bp_protover) { in bstp_pdu_flags()
597 if (tpdu.tbu_protover != bp->bp_protover) { in bstp_input()
1119 bp->bp_protover == BSTP_PROTO_RSTP))) { in bstp_update_roles()
1185 bp->bp_agreed = bp->bp_protover; in bstp_update_roles()
1198 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_update_roles()
1367 bp->bp_protover == BSTP_PROTO_RSTP ? in bstp_set_port_state()
1488 bp->bp_protover = proto; in bstp_set_port_proto()
1579 switch (bp->bp_protover) { in bstp_set_timer_tc()
[all …]
H A Dbridgestp.h323 uint8_t bp_protover; member
H A Dif_bridge.c2997 req->ifbr_proto = bp->bp_protover; in bridge_ioctl_gifflags()