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 75 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
135 static const char commands_v_options[NUMBER_OF_CMD][NUMBER_OF_OPT] =
156 static const unsigned int inverse_for_options[NUMBER_OF_OPT] =
302 for (i = 0; i < NUMBER_OF_OPT; i++) {
    [all...]
iptables.c 72 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
134 static const char commands_v_options[NUMBER_OF_CMD][NUMBER_OF_OPT] =
155 static const int inverse_for_options[NUMBER_OF_OPT] =
296 for (i = 0; i < NUMBER_OF_OPT; i++) {
    [all...]

Completed in 446 milliseconds