HomeSort by relevance Sort by last modified time
    Searched full:noflush (Results 1 - 4 of 4) sorted by null

  /external/iptables/iptables/
ip6tables-restore.c 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
37 {.name = "noflush", .has_arg = false, .val = 'n'},
52 " [ --noflush ]\n"
163 noflush = 1;
227 if (noflush == 0) {
263 if (noflush && ip6tc_is_chain(chain, handle)) {
iptables-restore.c 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
34 {.name = "noflush", .has_arg = false, .val = 'n'},
52 " [ --noflush ]\n"
166 noflush = 1;
234 if (noflush == 0) {
269 if (noflush && iptc_is_chain(chain, handle)) {
ip6tables-restore.8 34 \fB\-n\fR, \fB\-\-noflush\fR
iptables-restore.8 34 \fB\-n\fR, \fB\-\-noflush\fR

Completed in 520 milliseconds