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

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-stp.c107 stp_print_config_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length) argument
110 bittok2str(stp_bpdu_flag_values, "none", stp_bpdu->flags));
113 stp_print_bridge_id((const u_char *)&stp_bpdu->bridge_id),
114 EXTRACT_16BITS(&stp_bpdu->port_id), length);
123 (float)EXTRACT_16BITS(&stp_bpdu->message_age) / STP_TIME_BASE,
124 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
125 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE,
126 (float)EXTRACT_16BITS(&stp_bpdu->forward_delay) / STP_TIME_BASE);
129 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id),
130 EXTRACT_32BITS(&stp_bpdu
237 stp_print_mstp_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length) argument
362 const struct stp_bpdu_ *stp_bpdu; local
[all...]

Completed in 52 milliseconds