Searched refs:othercmds (Results 1 – 4 of 4) sorted by relevance
/external/iptables/iptables/ |
D | xtables-arp.c | 557 add_command(unsigned int *cmd, const int newcmd, const unsigned int othercmds, int invert) in add_command() argument 561 if (*cmd & (~othercmds)) in add_command() 563 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
|
D | xtables.c | 332 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument 337 if (*cmd & (~othercmds)) in add_command() 339 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
|
D | iptables.c | 348 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument 353 if (*cmd & (~othercmds)) in add_command() 355 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
|
D | ip6tables.c | 355 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument 360 if (*cmd & (~othercmds)) in add_command() 362 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
|