Home
last modified time | relevance | path

Searched refs:othercmds (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxtables-arp.c557 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()
Dxtables.c332 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()
Diptables.c348 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()
Dip6tables.c355 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()