Home
last modified time | relevance | path

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

/external/iptables/
Diptables.c551 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument
556 if (*cmd & (~othercmds)) in add_command()
558 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()
Dip6tables.c460 add_command(unsigned int *cmd, const int newcmd, const int othercmds, in add_command() argument
465 if (*cmd & (~othercmds)) in add_command()
467 cmd2char(newcmd), cmd2char(*cmd & (~othercmds))); in add_command()