Home | History | Annotate | Download | only in iptables

Lines Matching refs:newcmd

374 add_command(unsigned int *cmd, const int newcmd, const int othercmds, 
381 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
382 *cmd |= newcmd;