Lines Matching refs:pfx
1186 const char *pfx, const u_char *cp) in of10_match_print() argument
1197 ND_PRINT("%swildcards 0x%08x (bogus)", pfx, wildcards); in of10_match_print()
1201 ND_PRINT("%smatch in_port %s", pfx, in of10_match_print()
1206 ND_PRINT("%smatch dl_src %s", pfx, GET_ETHERADDR_STRING(cp)); in of10_match_print()
1210 ND_PRINT("%smatch dl_dst %s", pfx, GET_ETHERADDR_STRING(cp)); in of10_match_print()
1214 ND_PRINT("%smatch dl_vlan %s", pfx, vlan_str(GET_BE_U_2(cp))); in of10_match_print()
1218 ND_PRINT("%smatch dl_vlan_pcp %s", pfx, pcp_str(GET_U_1(cp))); in of10_match_print()
1226 ND_PRINT("%smatch dl_type 0x%04x", pfx, dl_type); in of10_match_print()
1229 ND_PRINT("%smatch nw_tos 0x%02x", pfx, GET_U_1(cp)); in of10_match_print()
1237 ND_PRINT("%smatch %s %u", pfx, field_name, nw_proto); in of10_match_print()
1244 ND_PRINT("%smatch nw_src %s/%u", pfx, GET_IPADDR_STRING(cp), 32 - nw_bits); in of10_match_print()
1249 ND_PRINT("%smatch nw_dst %s/%u", pfx, GET_IPADDR_STRING(cp), 32 - nw_bits); in of10_match_print()
1256 ND_PRINT("%smatch %s %u", pfx, field_name, GET_BE_U_2(cp)); in of10_match_print()
1265 ND_PRINT("%smatch %s %u", pfx, field_name, GET_BE_U_2(cp)); in of10_match_print()
1273 const char *pfx, const u_char *cp, u_int len) in of10_actions_print() argument
1279 ND_PRINT("%saction", pfx); in of10_actions_print()