Searched refs:CMD_REPLACE (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c77 #define CMD_REPLACE 0x0008U macro
1706 add_command(&command, CMD_REPLACE, CMD_NONE,
1715 cmd2char(CMD_REPLACE));
2101 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND)) {
2121 if (command == CMD_REPLACE && (nsaddrs != 1 || ndaddrs != 1))
2150 || command == CMD_REPLACE) {
2223 case CMD_REPLACE:
H A Dip6tables.c80 #define CMD_REPLACE 0x0008U macro
1708 add_command(&command, CMD_REPLACE, CMD_NONE,
1717 cmd2char(CMD_REPLACE));
2100 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND)) {
2120 if (command == CMD_REPLACE && (nsaddrs != 1 || ndaddrs != 1))
2149 || command == CMD_REPLACE) {
2222 case CMD_REPLACE:

Completed in 97 milliseconds