HomeSort by relevance Sort by last modified time
    Searched refs:inverse_for_options (Results 1 - 4 of 4) sorted by null

  /external/iptables/iptables/
xtables-arp.c 192 static int inverse_for_options[NUMBER_OF_OPT] = variable
794 if (!inverse_for_options[i])
798 *invflg |= inverse_for_options[i];
    [all...]
xtables.c 143 static const int inverse_for_options[NUMBER_OF_OPT] = variable
400 if (!inverse_for_options[i])
404 *invflg |= inverse_for_options[i];
    [all...]
ip6tables.c 160 static const unsigned int inverse_for_options[NUMBER_OF_OPT] = variable
457 if (!inverse_for_options[i])
461 *invflg |= inverse_for_options[i];
    [all...]
iptables.c 159 static const int inverse_for_options[NUMBER_OF_OPT] = variable
442 if (!inverse_for_options[i])
446 *invflg |= inverse_for_options[i];
    [all...]

Completed in 198 milliseconds