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

/external/iptables/iptables/
H A Dip6tables.c69 #define CMD_ZERO_NUM 0x2000U macro
1389 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1401 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1430 command = CMD_ZERO_NUM;
1876 case CMD_ZERO_NUM:
1881 case CMD_LIST|CMD_ZERO_NUM:
1892 if (ret && (command & CMD_ZERO_NUM))
1897 case CMD_LIST_RULES|CMD_ZERO_NUM:
1905 if (ret && (command & CMD_ZERO_NUM))
H A Diptables.c65 #define CMD_ZERO_NUM 0x2000U macro
1385 CMD_ZERO | CMD_ZERO_NUM, cs.invert);
1397 CMD_ZERO|CMD_ZERO_NUM, cs.invert);
1426 command = CMD_ZERO_NUM;
1875 case CMD_ZERO_NUM:
1880 case CMD_LIST|CMD_ZERO_NUM:
1891 if (ret && (command & CMD_ZERO_NUM))
1896 case CMD_LIST_RULES|CMD_ZERO_NUM:
1904 if (ret && (command & CMD_ZERO_NUM))

Completed in 33 milliseconds