Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dmain.c319 g_co.test_only = 1; in ipfw_main()
373 g_co.test_only = 1; in ipfw_main()
541 g_co.test_only = 1; in ipfw_readfile()
586 g_co.test_only = 1; in ipfw_readfile()
H A Dipfw2.h46 int test_only; /* only check syntax */ member
H A Dipfw2.c641 if (g_co.test_only) in do_cmd()
691 if (g_co.test_only) in do_set3()
732 if (g_co.test_only) in do_get3()
2964 if (g_co.test_only) { in ipfw_list()
3151 if (co->test_only != 0) { in ipfw_get_config()
4688 if (g_co.test_only) { in compile_rule()
H A Dnat.c1161 if (g_co.test_only) in ipfw_show_nat()
H A Dtables.c1472 if (g_co.test_only == 0) { in tentry_fill_key()