Home
last modified time | relevance | path

Searched refs:match_token_relaxed (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ipfw/
H A Dipfw2.h348 int match_token_relaxed(struct _s_x *table, const char *string);
H A Dipfw2.c697 match_token_relaxed(struct _s_x *table, const char *string) in match_token_relaxed() function
723 if ((tcmd = match_token_relaxed(table, string)) < 0) in get_token()