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

/external/iptables/iptables/
H A Dip6tables.c84 #define CMD_ZERO_NUM 0x2000U macro
1431 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1443 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1472 command = CMD_ZERO_NUM;
1907 case CMD_ZERO_NUM:
1912 case CMD_LIST|CMD_ZERO_NUM:
1923 if (ret && (command & CMD_ZERO_NUM))
1928 case CMD_LIST_RULES|CMD_ZERO_NUM:
1936 if (ret && (command & CMD_ZERO_NUM))
H A Diptables.c81 #define CMD_ZERO_NUM 0x2000U macro
1460 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1472 CMD_ZERO|CMD_ZERO_NUM, cs.invert);
1501 command = CMD_ZERO_NUM;
1939 case CMD_ZERO_NUM:
1944 case CMD_LIST|CMD_ZERO_NUM:
1955 if (ret && (command & CMD_ZERO_NUM))
1960 case CMD_LIST_RULES|CMD_ZERO_NUM:
1968 if (ret && (command & CMD_ZERO_NUM))

Completed in 113 milliseconds