Searched defs:xtables_chain_protos (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtables.c1872 const struct xtables_pprot xtables_chain_protos[] = { variable in typeref:struct:xtables_pprot
1908 for (i = 0; i < ARRAY_SIZE(xtables_chain_protos); ++i) {
1909 if (xtables_chain_protos[i].name == NULL)
1911 if (strcmp(s, xtables_chain_protos[i].name) == 0)
1912 return xtables_chain_protos[i].num;

Completed in 71 milliseconds