Home
last modified time | relevance | path

Searched refs:match_token (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c70 val = match_token(icmp6codes, str); in fill_unreach6_code()
229 tok = match_token(ext6hdrcodes, av); in fill_ext6hdr()
H A Dipfw2.c784 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()
3886 i = match_token(rule_actions, *av); in compile_rule()
4214 if (match_token(rule_eactions, *av) == -1) in compile_rule()
4534 i = match_token(rule_options, s); in compile_rule()
5039 i = match_token(rule_options, *av); in compile_rule()
[all …]
H A Ddummynet.c1041 int tok = match_token(aqm_params, *av); in process_extra_parms()
1121 int tok = match_token(aqm_params, *av); in process_extra_parms()
1401 int tok = match_token(dummynet_params, *av); in ipfw_config_pipe()
1464 tok = match_token(dummynet_params, *av); in ipfw_config_pipe()
H A Dipfw2.h347 int match_token(struct _s_x *table, const char *string);
H A Dnat.c794 tok = match_token(nat_params, *av1); in ipfw_config_nat()
871 tok = match_token(nat_params, *av); in ipfw_config_nat()
H A Dtables.c431 val = match_token(tabletypes, *av); in table_create()
1611 if ((dval = match_token(f_ipdscp, n)) != -1) { in tentry_fill_value()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c236 token = match_token(p, zpl_tokens, args); in zfsvfs_parse_options()