Searched defs:cmdline_opts (Results 1 – 1 of 1) sorted by relevance
32 struct cmdline_opts { struct34 int do_value_as_ip; /* show table value as IP */35 int do_resolv; /* try to resolve all ip to names */36 int do_time; /* Show time stamps */37 int do_quiet; /* Be quiet in add and flush */38 int do_pipe; /* this cmd refers to a pipe/queue/sched */39 int do_nat; /* this cmd refers to a nat config */40 int do_compact; /* show rules in compact mode */41 int do_force; /* do not ask for confirmation */65 extern struct cmdline_opts g_co; argument