Lines Matching refs:GET_BE_U_4
651 tok2str(ofpp_str, "%u", GET_BE_U_4(cp))); in of13_port_print()
672 ND_PRINT("\n\t config 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
673 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_print()
676 ND_PRINT("\n\t state 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
677 of_bitmap_print(ndo, ofpps_bm, GET_BE_U_4(cp), OFPPS_U); in of13_port_print()
680 ND_PRINT("\n\t curr 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
681 of_bitmap_print(ndo, ofppf_bm, GET_BE_U_4(cp), OFPPF_U); in of13_port_print()
684 ND_PRINT("\n\t advertised 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
685 of_bitmap_print(ndo, ofppf_bm, GET_BE_U_4(cp), OFPPF_U); in of13_port_print()
688 ND_PRINT("\n\t supported 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
689 of_bitmap_print(ndo, ofppf_bm, GET_BE_U_4(cp), OFPPF_U); in of13_port_print()
692 ND_PRINT("\n\t peer 0x%08x", GET_BE_U_4(cp)); in of13_port_print()
693 of_bitmap_print(ndo, ofppf_bm, GET_BE_U_4(cp), OFPPF_U); in of13_port_print()
696 ND_PRINT("\n\t curr_speed %ukbps", GET_BE_U_4(cp)); in of13_port_print()
699 ND_PRINT("\n\t max_speed %ukbps", GET_BE_U_4(cp)); in of13_port_print()
711 ND_PRINT(", n_buffers %u", GET_BE_U_4(cp)); in of13_features_reply_print()
722 ND_PRINT("\n\t capabilities 0x%08x", GET_BE_U_4(cp)); in of13_features_reply_print()
723 of_bitmap_print(ndo, ofp_capabilities_bm, GET_BE_U_4(cp), OFPCAP_U); in of13_features_reply_print()
754 ND_PRINT(", config 0x%08x", GET_BE_U_4(cp)); in of13_table_mod_print()
764 tok2str(ofpcr_str, "invalid (0x%08x)", GET_BE_U_4(cp))); in of13_role_msg_print()
778 ND_PRINT("\n\t packet_in_mask[EM] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
779 of_bitmap_print(ndo, async_ofpr_bm, GET_BE_U_4(cp), ASYNC_OFPR_U); in of13_async_msg_print()
782 ND_PRINT("\n\t packet_in_mask[S] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
783 of_bitmap_print(ndo, async_ofpr_bm, GET_BE_U_4(cp), ASYNC_OFPR_U); in of13_async_msg_print()
786 ND_PRINT("\n\t port_status_mask[EM] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
787 of_bitmap_print(ndo, async_ofppr_bm, GET_BE_U_4(cp), ASYNC_OFPPR_U); in of13_async_msg_print()
790 ND_PRINT("\n\t port_status_mask[S] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
791 of_bitmap_print(ndo, async_ofppr_bm, GET_BE_U_4(cp), ASYNC_OFPPR_U); in of13_async_msg_print()
794 ND_PRINT("\n\t flow_removed_mask[EM] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
795 of_bitmap_print(ndo, async_ofppr_bm, GET_BE_U_4(cp), ASYNC_OFPPR_U); in of13_async_msg_print()
798 ND_PRINT("\n\t flow_removed_mask[S] 0x%08x", GET_BE_U_4(cp)); in of13_async_msg_print()
799 of_bitmap_print(ndo, async_ofppr_bm, GET_BE_U_4(cp), ASYNC_OFPPR_U); in of13_async_msg_print()
808 ND_PRINT("\n\t port_no %s", tok2str(ofpp_str, "%u", GET_BE_U_4(cp))); in of13_port_mod_print()
818 ND_PRINT("\n\t config 0x%08x", GET_BE_U_4(cp)); in of13_port_mod_print()
819 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_mod_print()
822 ND_PRINT("\n\t mask 0x%08x", GET_BE_U_4(cp)); in of13_port_mod_print()
823 of_bitmap_print(ndo, ofppc_bm, GET_BE_U_4(cp), OFPPC_U); in of13_port_mod_print()
826 ND_PRINT("\n\t advertise 0x%08x", GET_BE_U_4(cp)); in of13_port_mod_print()
827 of_bitmap_print(ndo, ofppf_bm, GET_BE_U_4(cp), OFPPF_U); in of13_port_mod_print()
881 uint32_t bitmap = GET_BE_U_4(cp); in of13_hello_elements_print()
910 experimenter = GET_BE_U_4(cp); in of13_experimenter_message_print()
915 ND_PRINT(", exp_type 0x%08x", GET_BE_U_4(cp)); in of13_experimenter_message_print()
927 ND_PRINT("\n\t port %s", tok2str(ofpp_str, "%u", GET_BE_U_4(cp))); in of13_queue_get_config_request_print()