Home
last modified time | relevance | path

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

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