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

/external/iptables/iptables/
H A Dip6tables.c361 add_command(unsigned int *cmd, const int newcmd, const int othercmds, argument
366 if (*cmd & (~othercmds))
368 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
H A Diptables.c374 add_command(unsigned int *cmd, const int newcmd, const int othercmds, argument
379 if (*cmd & (~othercmds))
381 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));

Completed in 75 milliseconds