Searched refs:mstp_len (Results 1 – 1 of 1) sorted by relevance
373 u_int mstp_len; in stp_print() local429 mstp_len = EXTRACT_16BITS(p + MST_BPDU_VER3_LEN_OFFSET); in stp_print()430 mstp_len += 2; /* length encoding itself is 2 bytes */ in stp_print()431 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) { in stp_print()439 spb_len = EXTRACT_16BITS (p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()441 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()445 stp_print_spb_bpdu(stp_bpdu, (sizeof(struct stp_bpdu_) + mstp_len)); in stp_print()