Lines Matching refs:tok2str
682 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_phy_ports_print()
760 printf("\n\t property %s", tok2str(ofpqt_str, "invalid (0x%04x)", property)); in of10_queue_props_print()
882 printf("%smatch in_port %s", pfx, tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_match_print()
983 printf("%saction type %s", pfx, tok2str(ofpat_str, "invalid (0x%04x)", type)); in of10_actions_print()
1033 printf(", port %s", tok2str(ofpp_str, "%u", output_port)); in of10_actions_print()
1097 printf(", port %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_actions_print()
1104 printf(", queue_id %s", tok2str(ofpq_str, "%u", EXTRACT_32BITS(cp))); in of10_actions_print()
1182 printf(", command %s", tok2str(ofpfc_str, "invalid (0x%04x)", command)); in of10_flow_mod_print()
1203 printf(", buffer_id %s", tok2str(bufferid_str, "0x%08x", EXTRACT_32BITS(cp))); in of10_flow_mod_print()
1208 printf(", out_port %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_flow_mod_print()
1228 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_port_mod_print()
1269 printf("\n\t type %s", tok2str(ofpst_str, "invalid (0x%04x)", type)); in of10_stats_request_print()
1293 printf("\n\t table_id %s", tok2str(tableid_str, "%u", *cp)); in of10_stats_request_print()
1300 printf(", out_port %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_stats_request_print()
1307 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_stats_request_print()
1317 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_stats_request_print()
1324 printf(", queue_id %s", tok2str(ofpq_str, "%u", EXTRACT_32BITS(cp))); in of10_stats_request_print()
1404 printf(", table_id %s", tok2str(tableid_str, "%u", *cp)); in of10_flow_stats_reply_print()
1506 printf("\n\t table_id %s", tok2str(tableid_str, "%u", *cp)); in of10_table_stats_reply_print()
1563 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_port_stats_reply_print()
1646 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_queue_stats_reply_print()
1690 printf("\n\t type %s", tok2str(ofpst_str, "invalid (0x%04x)", type)); in of10_stats_reply_print()
1732 printf(", in_port %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_packet_out_print()
1760 printf("\n\t buffer_id %s", tok2str(bufferid_str, "0x%08x", EXTRACT_32BITS(cp))); in of10_packet_in_print()
1768 printf(", in_port %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_packet_in_print()
1772 printf(", reason %s", tok2str(ofpr_str, "invalid (0x%02x)", *cp)); in of10_packet_in_print()
1803 printf(", reason %s", tok2str(ofprr_str, "unknown (0x%02x)", *cp)); in of10_flow_removed_print()
1848 printf("\n\t type %s", tok2str(ofpet_str, "invalid (0x%04x)", type)); in of10_error_print()
1859 printf(", code %s", tok2str(code_str, "invalid (0x%04x)", EXTRACT_16BITS(cp))); in of10_error_print()
1883 tok2str(ofpt_str, "invalid (0x%02x)", type), len, xid); in of10_header_body_print()
1903 printf("\n\t flags %s", tok2str(ofp_config_str, "invalid (0x%04x)", EXTRACT_16BITS(cp))); in of10_header_body_print()
1922 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_header_body_print()
1940 printf("\n\t reason %s", tok2str(ofppr_str, "invalid (0x%02x)", *cp)); in of10_header_body_print()
2031 printf("\n\t port_no %s", tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_header_body_print()