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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-stp.c29 struct stp_bpdu_ { struct
102 stp_print_config_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
239 stp_print_mstp_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
347 stp_print_spb_bpdu(netdissect_options *ndo, const struct stp_bpdu_ *stp_bpdu,
404 const struct stp_bpdu_ *stp_bpdu;
408 stp_bpdu = (const struct stp_bpdu_*)p;
440 if (length < sizeof(struct stp_bpdu_) - 1) {
449 if (length < sizeof(struct stp_bpdu_)) {
470 if (length < (sizeof(struct stp_bpdu_) + mstp_len)) {
482 if (length < (sizeof(struct stp_bpdu_)
[all...]

Completed in 59 milliseconds