Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipf_y.y38 static void do_tuneint(char *, int);
203 IPFY_SET YY_STR YY_NUMBER ';' { do_tuneint($2, $3); }
204 | IPFY_SET YY_STR YY_HEX ';' { do_tuneint($2, $3); }
2560 do_tuneint(char *varname, int value) in do_tuneint() function
2577 do_tuneint(varname, 1); in do_tunestr()
2579 do_tuneint(varname, 0); in do_tunestr()