Searched refs:mstp_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-stp.c363 u_int16_t mstp_len; local
419 mstp_len = EXTRACT_16BITS(p + MST_BPDU_VER3_LEN_OFFSET);
420 mstp_len += 2; /* length encoding itself is 2 bytes */
421 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) {
428 spb_len = EXTRACT_16BITS (p + MST_BPDU_VER3_LEN_OFFSET + mstp_len);
430 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) ||

Completed in 166 milliseconds