Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dtransmit.c68 static RSTP_BPDU_T bpdu_packet = { variable
104 bpdu_packet.hdr.bpdu_type = bpdu_type; in build_bpdu_header()
105 bpdu_packet.hdr.version = (BPDU_RSTP == bpdu_type) ? in build_bpdu_header()
153 bpdu_packet.body.flags = 0; in build_config_bpdu()
160 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_BIT; in build_config_bpdu()
164 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_ACK_BIT; in build_config_bpdu()
202 (unsigned long) bpdu_packet.body.flags); in txConfig()
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp()
267 bpdu_packet.body.flags |= AGREEMENT_BIT; in txRstp()
275 bpdu_packet.body.flags |= PROPOSAL_BIT; in txRstp()
[all …]