Home
last modified time | relevance | path

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

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