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

/external/iptables/extensions/
H A Dlibxt_iprange.c124 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) argument
131 iprange_parse_range(cb->arg, &info->src_min, nfproto,
138 iprange_parse_range(cb->arg, &info->dst_min, nfproto,
/external/iproute2/include/
H A Dxtables.h431 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
/external/iptables/include/
H A Dxtables.h464 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
/external/iptables/libxtables/
H A Dxtables.c231 void xtables_set_nfproto(uint8_t nfproto) argument
233 switch (nfproto) {
277 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) argument
280 xtables_set_nfproto(nfproto);

Completed in 212 milliseconds