Searched refs:spb_len (Results 1 – 1 of 1) sorted by relevance
406 u_int spb_len; in stp_print() local480 spb_len = EXTRACT_16BITS (p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()481 spb_len += 2; in stp_print()482 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()483 spb_len < SPB_BPDU_MIN_LEN) { in stp_print()