Home
last modified time | relevance | path

Searched refs:inverse_for_options (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxtables-arp.c192 static int inverse_for_options[NUMBER_OF_OPT] = variable
794 if (!inverse_for_options[i]) in set_option()
798 *invflg |= inverse_for_options[i]; in set_option()
Dxtables.c143 static const int inverse_for_options[NUMBER_OF_OPT] = variable
400 if (!inverse_for_options[i]) in set_option()
404 *invflg |= inverse_for_options[i]; in set_option()
Diptables.c159 static const int inverse_for_options[NUMBER_OF_OPT] = variable
442 if (!inverse_for_options[i]) in set_option()
446 *invflg |= inverse_for_options[i]; in set_option()
Dip6tables.c160 static const unsigned int inverse_for_options[NUMBER_OF_OPT] = variable
457 if (!inverse_for_options[i]) in set_option()
461 *invflg |= inverse_for_options[i]; in set_option()