Lines Matching refs:match_token
755 match_token(struct _s_x *table, const char *string) in match_token() function
863 val = match_token(flags, p); in fill_flags()
1058 i = match_token(ether_types, buf); in strtoport()
1158 if ((code = match_token(f_ipdscp, s)) == -1) in fill_dscp()
1242 val = match_token(icmpcodes, str); in get_reject_code()
2147 if (match_token(rule_eactions, s) != -1) in print_action_instruction()
3258 if (match_token(rule_actions, name) != -1 && in eaction_check_name()
3259 match_token(rule_action_params, name) != -1) in eaction_check_name()
3320 i = match_token(tvalue_names, s); in fill_table_value()
3988 if (match_token(f_reserved_keywords, av) != -1) in add_ports()
4225 i = match_token(rule_actions, *av); in compile_rule()
4236 match_token(rule_options, *av) == TOK_COMMENT) { in compile_rule()
4520 if ((code = match_token(f_ipdscp, *av)) == -1) in compile_rule()
4548 i = match_token(return_types, *av); in compile_rule()
4599 if (match_token(rule_eactions, *av) == -1) in compile_rule()
4653 while (av[0] != NULL && (i = match_token(rule_action_params, *av)) != -1) { in compile_rule()
4751 match_token(rule_options, *av) == TOK_COMMENT) { in compile_rule()
4941 i = match_token(rule_options, s); in compile_rule()
5275 if ((val = match_token(limit_masks, *av)) <= 0) in compile_rule()
5463 i = match_token(lookup_keys, lkey); in compile_rule()
6172 if ((tcmd = match_token(intcmds, *av)) == -1) in ipfw_internal_handler()