Searched refs:stp_bpdu_ (Results 1 – 1 of 1) sorted by relevance
36 struct stp_bpdu_ { struct107 stp_print_config_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length) in stp_print_config_bpdu()237 stp_print_mstp_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length) in stp_print_mstp_bpdu()325 stp_print_spb_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int offset) in stp_print_spb_bpdu()372 const struct stp_bpdu_ *stp_bpdu; in stp_print()376 stp_bpdu = (struct stp_bpdu_*)p; in stp_print()405 if (length < sizeof(struct stp_bpdu_) - 1) { in stp_print()413 if (length < sizeof(struct stp_bpdu_)) { in stp_print()431 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) { in stp_print()441 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()[all …]