Home | History | Annotate | Download | only in iptables

Lines Matching defs:legal

140 /* Table of legal combinations of commands and options.  If any of the
141 * given commands make an option legal, that option is legal (applies to
322 int i, j, legal = 0;
325 * fact that if an option is legal with *any* command given, it is
326 * legal overall (ie. -z and -l).
329 legal = 0; /* -1 => illegal, 1 => legal, 0 => undecided. */
343 legal = 1;
344 else if (legal == 0)
345 legal = -1;
348 if (legal == -1)