Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/ipfw/
H A Dmain.c306 co.test_only = 1; in ipfw_main()
492 co.test_only = 1; in ipfw_readfile()
H A Dipfw2.h43 int test_only; /* only check syntax */ member
H A Dipfw2.c572 if (co.test_only) in do_cmd()
609 if (co.test_only) in do_set3()
638 if (co.test_only) in do_get3()
2704 if (co.test_only) { in ipfw_list()
2892 if (co->test_only != 0) { in ipfw_get_config()
4248 if (co.test_only) { in compile_rule()
H A Dnat.c1077 if (co.test_only) in ipfw_show_nat()
H A Dtables.c1437 if (co.test_only == 0) { in tentry_fill_key()