Searched refs:fill_flags (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.h | 353 int fill_flags(struct _s_x *flags, char *p, char **e, uint32_t *set,
|
| H A D | tables.c | 363 if (fill_flags(flowtypecmds, p, &e, &fset, &fclear) != 0) in table_parse_type() 451 val = fill_flags(tablevaltypes, *av, &e, &fset, &fclear); in table_create()
|
| H A D | ipfw2.c | 768 fill_flags(struct _s_x *flags, char *p, char **e, uint32_t *set, in fill_flags() function 3327 if (fill_flags(flags, p, &e, &set, &clear) != 0) in fill_flags_cmd() 4586 if (*av != NULL && fill_flags(f_ipoff, *av, NULL, in compile_rule()
|