Home
last modified time | relevance | path

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

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