Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_bpdu.h32 #define BPDU_VERSION_ID 0x00 macro
H A Dtransmit.c79 BPDU_VERSION_ID, 0x00 /* version, bpdu_type */
107 BPDU_VERSION_ID; in build_bpdu_header()
H A Dstp_in.c587 if (bpdu->hdr.version != BPDU_VERSION_ID) { in STP_IN_check_bpdu_header()