Lines Matching refs:pfx
1342 const char *pfx, const u_char *cp, const u_char *ep) in of10_match_print() argument
1354 ND_PRINT((ndo, "%swildcards 0x%08x (bogus)", pfx, wildcards)); in of10_match_print()
1359 ND_PRINT((ndo, "%smatch in_port %s", pfx, tok2str(ofpp_str, "%u", EXTRACT_16BITS(cp)))); in of10_match_print()
1364 ND_PRINT((ndo, "%smatch dl_src %s", pfx, etheraddr_string(ndo, cp))); in of10_match_print()
1369 ND_PRINT((ndo, "%smatch dl_dst %s", pfx, etheraddr_string(ndo, cp))); in of10_match_print()
1374 ND_PRINT((ndo, "%smatch dl_vlan %s", pfx, vlan_str(EXTRACT_16BITS(cp)))); in of10_match_print()
1379 ND_PRINT((ndo, "%smatch dl_vlan_pcp %s", pfx, pcp_str(*cp))); in of10_match_print()
1389 ND_PRINT((ndo, "%smatch dl_type 0x%04x", pfx, dl_type)); in of10_match_print()
1393 ND_PRINT((ndo, "%smatch nw_tos 0x%02x", pfx, *cp)); in of10_match_print()
1402 ND_PRINT((ndo, "%smatch %s %u", pfx, field_name, nw_proto)); in of10_match_print()
1411 ND_PRINT((ndo, "%smatch nw_src %s/%u", pfx, ipaddr_string(ndo, cp), 32 - nw_bits)); in of10_match_print()
1417 ND_PRINT((ndo, "%smatch nw_dst %s/%u", pfx, ipaddr_string(ndo, cp), 32 - nw_bits)); in of10_match_print()
1425 ND_PRINT((ndo, "%smatch %s %u", pfx, field_name, EXTRACT_16BITS(cp))); in of10_match_print()
1434 ND_PRINT((ndo, "%smatch %s %u", pfx, field_name, EXTRACT_16BITS(cp))); in of10_match_print()
1446 const char *pfx, const u_char *cp, const u_char *ep, in of10_actions_print() argument
1462 ND_PRINT((ndo, "%saction type %s", pfx, tok2str(ofpat_str, "invalid (0x%04x)", type))); in of10_actions_print()