Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dip6tables.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()
Diptables.c342 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument
347 if (*cmd & (~othercmds)) in add_command()
349 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()