Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-stp.c379 u_int spb_len; in stp_print() local
446 spb_len = GET_BE_U_2(p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()
447 spb_len += 2; in stp_print()
448 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()
449 spb_len < SPB_BPDU_MIN_LEN) { in stp_print()