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

/external/iptables/libxtables/
H A Dxtoptions.c808 static void (*const xtopt_subparse[])(struct xt_option_call *) = { variable
867 if (entry->type <= ARRAY_SIZE(xtopt_subparse) &&
868 xtopt_subparse[entry->type] != NULL)
869 xtopt_subparse[entry->type](cb);

Completed in 550 milliseconds