Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-stp.c287 u_int16_t mstp_len; in stp_print() local
338 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()