Lines Matching refs:pfx
866 of10_match_print(const char *pfx, const u_char *cp, const u_char *ep) { in of10_match_print() argument
877 printf("%swildcards 0x%08x (bogus)", pfx, wildcards); in of10_match_print()
882 printf("%smatch in_port %s", pfx, tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp))); in of10_match_print()
887 printf("%smatch dl_src %s", pfx, etheraddr_string(cp)); in of10_match_print()
892 printf("%smatch dl_dst %s", pfx, etheraddr_string(cp)); in of10_match_print()
897 printf("%smatch dl_vlan %s", pfx, vlan_str(EXTRACT_16BITS(cp))); in of10_match_print()
902 printf("%smatch dl_vlan_pcp %s", pfx, pcp_str(*cp)); in of10_match_print()
912 printf("%smatch dl_type 0x%04x", pfx, dl_type); in of10_match_print()
916 printf("%smatch nw_tos 0x%02x", pfx, *cp); in of10_match_print()
925 printf("%smatch %s %u", pfx, field_name, nw_proto); in of10_match_print()
934 printf("%smatch nw_src %s/%u", pfx, ipaddr_string(cp), 32 - nw_bits); in of10_match_print()
940 printf("%smatch nw_dst %s/%u", pfx, ipaddr_string(cp), 32 - nw_bits); in of10_match_print()
948 printf("%smatch %s %u", pfx, field_name, EXTRACT_16BITS(cp)); in of10_match_print()
957 printf("%smatch %s %u", pfx, field_name, EXTRACT_16BITS(cp)); in of10_match_print()
968 of10_actions_print(const char *pfx, const u_char *cp, const u_char *ep, in of10_actions_print() argument
983 printf("%saction type %s", pfx, tok2str(ofpat_str, "invalid (0x%04x)", type)); in of10_actions_print()