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