Lines Matching refs:match_token
676 match_token(struct _s_x *table, const char *string) in match_token() function
784 val = match_token(flags, p); in fill_flags()
979 i = match_token(ether_types, buf); in strtoport()
1079 if ((code = match_token(f_ipdscp, s)) == -1) in fill_dscp()
1124 val = match_token(icmpcodes, str); in fill_reject_code()
1940 if (match_token(rule_eactions, s) != -1) in print_action_instruction()
3030 if (match_token(rule_actions, name) != -1 && in eaction_check_name()
3031 match_token(rule_action_params, name) != -1) in eaction_check_name()
3720 if (match_token(f_reserved_keywords, av) != -1) in add_ports()
3886 i = match_token(rule_actions, *av); in compile_rule()
3895 match_token(rule_options, *av) == TOK_COMMENT) { in compile_rule()
4169 if ((code = match_token(f_ipdscp, *av)) == -1) in compile_rule()
4214 if (match_token(rule_eactions, *av) == -1) in compile_rule()
4263 while (av[0] != NULL && (i = match_token(rule_action_params, *av)) != -1) { in compile_rule()
4344 match_token(rule_options, *av) == TOK_COMMENT) { in compile_rule()
4534 i = match_token(rule_options, s); in compile_rule()
4869 if ((val = match_token(limit_masks, *av)) <= 0) in compile_rule()
5039 i = match_token(rule_options, *av); in compile_rule()
5592 if ((tcmd = match_token(intcmds, *av)) == -1) in ipfw_internal_handler()