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

/external/iptables/iptables/
H A Dip6tables.c63 #define CMD_ZERO 0x0080U macro
132 * CMD_LIST and CMD_ZERO only).
1432 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1442 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1459 add_command(&command, CMD_ZERO, CMD_LIST|CMD_LIST_RULES,
1918 case CMD_ZERO:
1925 case CMD_LIST|CMD_ZERO:
1934 if (ret && (command & CMD_ZERO))
1941 case CMD_LIST_RULES|CMD_ZERO:
1947 if (ret && (command & CMD_ZERO))
[all...]
H A Diptables.c59 #define CMD_ZERO 0x0080U macro
131 * CMD_LIST and CMD_ZERO only).
1425 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1435 CMD_ZERO|CMD_ZERO_NUM, cs.invert);
1452 add_command(&command, CMD_ZERO, CMD_LIST|CMD_LIST_RULES,
1907 case CMD_ZERO:
1914 case CMD_LIST|CMD_ZERO:
1923 if (ret && (command & CMD_ZERO))
1930 case CMD_LIST_RULES|CMD_ZERO:
1936 if (ret && (command & CMD_ZERO))
[all...]
H A Dnft-shared.h213 #define CMD_ZERO 0x0080U macro
H A Dxtables-arp.c77 #define CMD_ZERO 0x0080U macro
166 * CMD_LIST and CMD_ZERO only).
1015 add_command(&command, CMD_LIST, CMD_ZERO,
1031 add_command(&command, CMD_ZERO, CMD_LIST,
1444 case CMD_ZERO:
1447 case CMD_LIST|CMD_ZERO:

Completed in 148 milliseconds