Searched refs:CMD_SET_POLICY (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 59 CMD_SET_POLICY = 1 << 10, enumerator
|
D | xtables-arp.c | 595 add_command(&command, CMD_SET_POLICY, CMD_NONE, in do_commandarp() 603 cmd2char(CMD_SET_POLICY)); in do_commandarp() 946 case CMD_SET_POLICY: in do_commandarp()
|
D | xtables.c | 626 add_command(&p->command, CMD_SET_POLICY, CMD_NONE, in do_parse() 634 cmd2char(CMD_SET_POLICY)); in do_parse() 1049 case CMD_SET_POLICY: in do_commandx()
|
D | ip6tables.c | 1225 add_command(&command, CMD_SET_POLICY, CMD_NONE, in do_command6() 1233 cmd2char(CMD_SET_POLICY)); in do_command6() 1688 case CMD_SET_POLICY: in do_command6()
|
D | iptables.c | 1219 add_command(&command, CMD_SET_POLICY, CMD_NONE, in do_command4() 1227 cmd2char(CMD_SET_POLICY)); in do_command4() 1678 case CMD_SET_POLICY: in do_command4()
|
D | xtables-translate.c | 311 case CMD_SET_POLICY: in do_command_xlate()
|