Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
HDfetch.c119 static const char *match_token(const char **, const char *);
193 match_token(const char **buf, const char *token) in match_token() function
286 if (! match_token(&cp, scheme)) { in auth_url()
953 if (!match_token(cp, "bytes")) in parse_posinfo()
1081 if (match_token(&cp, "Content-Length:")) { in negotiate_connection()
1088 } else if (match_token(&cp, "Content-Range:")) { in negotiate_connection()
1097 } else if (match_token(&cp, "Last-Modified:")) { in negotiate_connection()
1100 } else if (match_token(&cp, "Location:")) { in negotiate_connection()
1105 } else if (match_token(&cp, "Transfer-Encoding:")) { in negotiate_connection()
1106 if (match_token(&cp, "binary")) { in negotiate_connection()
[all …]
/dragonfly/sbin/ipfw3/
HDipfw3.h151 int match_token(struct char_int_map *table, char *string);
HDipfw3dummynet.c176 int tok = match_token(dummynet_params, *av); in config_dummynet()
228 tok = match_token(dummynet_params, *av); in config_dummynet()
HDipfw3.c102 match_token(struct char_int_map *table, char *string) in match_token() function
/dragonfly/lib/libipfw3/basic/
HDipfw3_basic.c101 match_token(struct char_int_map *table, char *string) in match_token() function
197 i = match_token(ether_types, buf); in strtoport()
564 (*cmd)->arg3 = match_token(limit_types, **av); in parse_keep_state()
/dragonfly/sbin/ipfw/
HDipfw2.c362 match_token(struct _s_x *table, char *string) in match_token() function
480 i = match_token(ether_types, buf); in strtoport()
573 val = match_token(icmpcodes, str); in fill_reject_code()
2023 val = match_token(flags, p); in fill_flags()
2175 int tok = match_token(dummynet_params, *av); in config_pipe()
2226 tok = match_token(dummynet_params, *av); in config_pipe()
2740 i = match_token(rule_actions, *av); in add()
3061 i = match_token(rule_options, s1); in add()
3303 val = match_token(limit_masks, *av); in add()