Lines Matching defs:cmdline_opts
35 struct cmdline_opts { struct
37 int do_value_as_ip; /* show table value as IP */
38 int do_resolv; /* try to resolve all ip to names */
39 int do_time; /* Show time stamps */
40 int do_quiet; /* Be quiet in add and flush */
41 int do_pipe; /* this cmd refers to a pipe/queue/sched */
42 int do_nat; /* this cmd refers to a nat config */
43 int do_compact; /* show rules in compact mode */
44 int do_force; /* do not ask for confirmation */
45 int show_sets; /* display the set each rule belongs to */
46 int test_only; /* only check syntax */
47 int comment_only; /* only print action and comment */
48 int verbose; /* be verbose on some commands */
72 extern struct cmdline_opts g_co; argument