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

  /external/iptables/iptables/
ip6tables.c 90 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
149 static const char commands_v_options[NUMBER_OF_CMD][NUMBER_OF_OPT] =
170 static const unsigned int inverse_for_options[NUMBER_OF_OPT] =
315 for (i = 0; i < NUMBER_OF_OPT; i++) {
    [all...]
iptables.c 88 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
149 static const char commands_v_options[NUMBER_OF_CMD][NUMBER_OF_OPT] =
170 static const int inverse_for_options[NUMBER_OF_OPT] =
328 for (i = 0; i < NUMBER_OF_OPT; i++) {
    [all...]

Completed in 386 milliseconds