Searched refs:match_token (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/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) function
165 if (! match_token(&cp, scheme)) {
886 if (match_token(&cp, "Content-Length:")) {
893 } else if (match_token(&cp, "Content-Range:")) {
894 if (! match_token(&cp, "bytes"))
941 } else if (match_token(&cp, "Last-Modified:")) {
970 } else if (match_token(&cp, "Location:")) {
975 } else if (match_token(&cp, "Transfer-Encoding:")) {
976 if (match_token(
[all...]
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.h65 * The search routines are match_token() and match_value().
226 int match_token(struct _s_x *table, char *string);
H A Dipv6.c66 val = match_token(icmp6codes, str);
221 tok = match_token(ext6hdrcodes, av);
H A Dipfw2.c485 * match_token takes a table and a string, returns the value associated
489 match_token(struct _s_x *table, char *string) function
674 i = match_token(ether_types, buf);
774 if ((code = match_token(f_ipdscp, s)) == -1)
819 val = match_token(icmpcodes, str);
2438 val = match_token(flags, p);
2926 i = match_token(rule_actions, *av);
3167 if ((code = match_token(f_ipdscp, *av)) == -1)
3196 while (av[0] != NULL && (i = match_token(rule_action_params, *av)) != -1) {
3459 i = match_token(rule_option
[all...]
H A Ddummynet.c856 int tok = match_token(dummynet_params, *av);
920 tok = match_token(dummynet_params, *av);
H A Dnat.c760 tok = match_token(nat_params, *av1);
833 tok = match_token(nat_params, *av);

Completed in 167 milliseconds