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

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-stp.c36 struct stp_bpdu_ { struct
107 stp_print_config_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length)
237 stp_print_mstp_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length)
362 const struct stp_bpdu_ *stp_bpdu;
366 stp_bpdu = (struct stp_bpdu_*)p;
395 if (length < sizeof(struct stp_bpdu_) - 1) {
403 if (length < sizeof(struct stp_bpdu_)) {
421 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) {
430 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) ||

Completed in 48 milliseconds