Home
last modified time | relevance | path

Searched refs:f_ipdscp (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/ipfw/
H A Dipfw2.h80 extern struct _s_x f_ipdscp[];
H A Dipfw2.c187 struct _s_x f_ipdscp[] = { variable
1079 if ((code = match_token(f_ipdscp, s)) == -1) in fill_dscp()
1387 if ((code = match_value(f_ipdscp, i)) != NULL) in print_dscp()
1984 s = match_value(f_ipdscp, cmd->arg1 & 0x3F); in print_action_instruction()
4169 if ((code = match_token(f_ipdscp, *av)) == -1) in compile_rule()
H A Dtables.c1611 if ((dval = match_token(f_ipdscp, n)) != -1) { in tentry_fill_value()