Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dfetch.c92 static const char *match_token(const char **, const char *);
119 match_token(const char **buf, const char *token) in match_token() function
165 if (! match_token(&cp, scheme)) { in auth_url()
886 if (match_token(&cp, "Content-Length:")) { in fetch_url()
893 } else if (match_token(&cp, "Content-Range:")) { in fetch_url()
894 if (! match_token(&cp, "bytes")) in fetch_url()
941 } else if (match_token(&cp, "Last-Modified:")) { in fetch_url()
970 } else if (match_token(&cp, "Location:")) { in fetch_url()
975 } else if (match_token(&cp, "Transfer-Encoding:")) { in fetch_url()
976 if (match_token(&cp, "binary")) { in fetch_url()
[all …]
/freebsd/sbin/ipfw/
H A Dipfw2.c753 match_token(struct _s_x *table, const char *string) in match_token() function
861 val = match_token(flags, p); in fill_flags()
1056 i = match_token(ether_types, buf); in strtoport()
1156 if ((code = match_token(f_ipdscp, s)) == -1) in fill_dscp()
1240 val = match_token(icmpcodes, str); in get_reject_code()
2145 if (match_token(rule_eactions, s) != -1) in print_action_instruction()
3256 if (match_token(rule_actions, name) != -1 && in eaction_check_name()
3257 match_token(rule_action_params, name) != -1) in eaction_check_name()
3318 i = match_token(tvalue_names, s); in fill_table_value()
3986 if (match_token(f_reserved_keywords, av) != -1) in add_ports()
[all …]
H A Dipv6.c64 val = match_token(icmp6codes, str); in get_unreach6_code()
218 tok = match_token(ext6hdrcodes, av); in fill_ext6hdr()
H A Ddummynet.c1048 int tok = match_token(aqm_params, *av); in process_extra_parms()
1128 int tok = match_token(aqm_params, *av); in process_extra_parms()
1408 int tok = match_token(dummynet_params, *av); in ipfw_config_pipe()
1485 tok = match_token(dummynet_params, *av); in ipfw_config_pipe()
H A Dipfw2.h363 int match_token(struct _s_x *table, const char *string);
H A Dnat.c809 tok = match_token(nat_params, *av1); in ipfw_config_nat()
888 tok = match_token(nat_params, *av); in ipfw_config_nat()
H A Dtables.c431 val = match_token(tabletypes, *av); in table_create()
1637 if ((dval = match_token(f_ipdscp, n)) != -1) { in tentry_fill_value()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c239 token = match_token(p, zpl_tokens, args); in zfsvfs_parse_options()