Searched refs:othercmds (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c465 add_command(int *cmd, const int newcmd, const int othercmds, int invert) argument
469 if (*cmd & (~othercmds))
471 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
H A Dip6tables.c413 add_command(int *cmd, const int newcmd, const int othercmds, int invert) argument
417 if (*cmd & (~othercmds))
419 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));

Completed in 58 milliseconds