Searched defs:cmdline_opts (Results 1 – 1 of 1) sorted by relevance
35 struct cmdline_opts { struct37 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 */[all …]