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

/external/iptables/iptables/
H A Dip6tables.c60 #define CMD_APPEND 0x0010U macro
1388 add_command(&command, CMD_APPEND, CMD_NONE,
1755 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND | CMD_CHECK)) {
1805 if (command == CMD_APPEND
1879 case CMD_APPEND:
H A Diptables.c56 #define CMD_APPEND 0x0010U macro
1381 add_command(&command, CMD_APPEND, CMD_NONE,
1742 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND | CMD_CHECK)) {
1792 if (command == CMD_APPEND
1868 case CMD_APPEND:
H A Dnft-shared.h210 #define CMD_APPEND 0x0010U macro
H A Dxtables-arp.c74 #define CMD_APPEND 0x0010U macro
978 add_command(&command, CMD_APPEND, CMD_NONE,
1335 if (command & (CMD_REPLACE | CMD_INSERT | CMD_DELETE | CMD_APPEND)) {
1374 if (command == CMD_APPEND
1411 case CMD_APPEND:

Completed in 59 milliseconds