Searched refs:mstp_len (Results 1 – 1 of 1) sorted by relevance
287 u_int16_t mstp_len; in stp_print() local338 mstp_len = EXTRACT_16BITS(p + MST_BPDU_VER3_LEN_OFFSET); in stp_print()339 mstp_len += 2; /* length encoding itself is 2 bytes */ in stp_print()340 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) { in stp_print()