Lines Matching refs:GET_BE_U_2
111 GET_BE_U_2(stp_bpdu->port_id), length); in stp_print_config_bpdu()
120 (float) GET_BE_U_2(stp_bpdu->message_age) / STP_TIME_BASE, in stp_print_config_bpdu()
121 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_config_bpdu()
122 (float) GET_BE_U_2(stp_bpdu->hello_time) / STP_TIME_BASE, in stp_print_config_bpdu()
123 (float) GET_BE_U_2(stp_bpdu->forward_delay) / STP_TIME_BASE); in stp_print_config_bpdu()
266 ND_PRINT("CIST port-id %04x,", GET_BE_U_2(stp_bpdu->port_id)); in stp_print_mstp_bpdu()
270 (float) GET_BE_U_2(stp_bpdu->message_age) / STP_TIME_BASE, in stp_print_mstp_bpdu()
271 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE, in stp_print_mstp_bpdu()
272 (float) GET_BE_U_2(stp_bpdu->hello_time) / STP_TIME_BASE, in stp_print_mstp_bpdu()
273 (float) GET_BE_U_2(stp_bpdu->forward_delay) / STP_TIME_BASE); in stp_print_mstp_bpdu()
275 ND_PRINT("\n\tv3len %u, ", GET_BE_U_2(ptr + MST_BPDU_VER3_LEN_OFFSET)); in stp_print_mstp_bpdu()
280 GET_BE_U_2(ptr + MST_BPDU_CONFIG_NAME_OFFSET + 32), in stp_print_mstp_bpdu()
296 v3len = GET_BE_U_2(ptr + MST_BPDU_VER3_LEN_OFFSET); in stp_print_mstp_bpdu()
301 msti = GET_BE_U_2(ptr + offset + MST_BPDU_MSTI_ROOT_PRIO_OFFSET); in stp_print_mstp_bpdu()
339 ND_PRINT("\n\tv4len %u, ", GET_BE_U_2(ptr + offset)); in stp_print_spb_bpdu()
343 GET_BE_U_2(ptr + offset + SPB_BPDU_CONFIG_REV_OFFSET), in stp_print_spb_bpdu()
361 GET_BE_U_2(ptr + offset + SPB_BPDU_AGREEMENT_EDGE_OFFSET), in stp_print_spb_bpdu()
388 if (GET_BE_U_2(stp_bpdu->protocol_id)) { in stp_print()
437 mstp_len = GET_BE_U_2(p + MST_BPDU_VER3_LEN_OFFSET); in stp_print()
446 spb_len = GET_BE_U_2(p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()