Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-stp.c107 stp_print_config_bpdu(const struct stp_bpdu_ *stp_bpdu, u_int length) in stp_print_config_bpdu() argument
110 bittok2str(stp_bpdu_flag_values, "none", stp_bpdu->flags)); in stp_print_config_bpdu()
113 stp_print_bridge_id((const u_char *)&stp_bpdu->bridge_id), in stp_print_config_bpdu()
114 EXTRACT_16BITS(&stp_bpdu->port_id), length); in stp_print_config_bpdu()
123 (float)EXTRACT_16BITS(&stp_bpdu->message_age) / STP_TIME_BASE, in stp_print_config_bpdu()
124 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_config_bpdu()
125 (float)EXTRACT_16BITS(&stp_bpdu->hello_time) / STP_TIME_BASE, in stp_print_config_bpdu()
126 (float)EXTRACT_16BITS(&stp_bpdu->forward_delay) / STP_TIME_BASE); in stp_print_config_bpdu()
129 stp_print_bridge_id((const u_char *)&stp_bpdu->root_id), in stp_print_config_bpdu()
130 EXTRACT_32BITS(&stp_bpdu->root_path_cost)); in stp_print_config_bpdu()
[all …]