Home
last modified time | relevance | path

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

/freebsd-head/sbin/ipfw/
HDipfw2.h87 extern struct _s_x f_ipdscp[];
HDipfw2.c179 struct _s_x f_ipdscp[] = { variable
1158 if ((code = match_token(f_ipdscp, s)) == -1) in fill_dscp()
1540 if ((code = match_value(f_ipdscp, i)) != NULL) in print_dscp()
2192 s = match_value(f_ipdscp, cmd->arg1 & 0x3F); in print_action_instruction()
4520 if ((code = match_token(f_ipdscp, *av)) == -1) in compile_rule()
HDtables.c1637 if ((dval = match_token(f_ipdscp, n)) != -1) { in tentry_fill_value()