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

  /external/iptables/
ip6tables-restore.c 27 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
36 { "noflush", 0, 0, 'n'},
51 " [ --noflush ]\n"
146 noflush = 1;
207 if (noflush == 0) {
236 if (noflush && ip6tc_is_chain(chain, handle)) {
iptables-restore.c 24 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
33 { "noflush", 0, 0, 'n'},
48 " [ --noflush ]\n"
149 noflush = 1;
210 if (noflush == 0) {
239 if (noflush && iptc_is_chain(chain, handle)) {

Completed in 3278 milliseconds