Lines Matching defs:match_value
95 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
109 match_value(s_x, tok), *av); \
113 match_value(s_x, tok), min, max, *av); \
117 match_value(s_x, tok), *av); \
780 * match_value takes a table and a value, returns the string associated
784 match_value(struct _s_x *p, int value)
925 if (g_co.do_resolv && (s = match_value(ether_types, port)) )
969 sep = match_value(_port_name, opcode);
1223 if ((s = match_value(icmpcodes, code)) != NULL)
1305 arg = match_value(lookup_keys, a[1]);
1488 if ((code = match_value(f_ipdscp, i)) != NULL)
2110 s = match_value(f_ipdscp, cmd->arg1 & 0x3F);
5785 name = match_value(otypes, ntlv->head.type);