Searched defs:CMD_REPLACE (Results 1 - 4 of 4) sorted by relevance

/external/iptables/iptables/
H A Dip6tables.c59 #define CMD_REPLACE 0x0008U macro
1410 add_command(&command, CMD_REPLACE, CMD_NONE,
1418 cmd2char(CMD_REPLACE));
1755 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND | CMD_CHECK)) {
1775 if (command == CMD_REPLACE && (nsaddrs != 1 || ndaddrs != 1))
1809 || command == CMD_REPLACE) {
1903 case CMD_REPLACE:
H A Diptables.c55 #define CMD_REPLACE 0x0008U macro
1403 add_command(&command, CMD_REPLACE, CMD_NONE,
1411 cmd2char(CMD_REPLACE));
1742 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND | CMD_CHECK)) {
1762 if (command == CMD_REPLACE && (nsaddrs != 1 || ndaddrs != 1))
1796 || command == CMD_REPLACE) {
1892 case CMD_REPLACE:
H A Dnft-shared.h209 #define CMD_REPLACE 0x0008U macro
H A Dxtables-arp.c73 #define CMD_REPLACE 0x0008U macro
994 add_command(&command, CMD_REPLACE, CMD_NONE,
1002 cmd2char(CMD_REPLACE));
1335 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND)) {
1355 if (command == CMD_REPLACE && (nsaddrs != 1 || ndaddrs != 1))
1377 || command == CMD_REPLACE) {
1424 case CMD_REPLACE:

Completed in 566 milliseconds