Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_iprange.c122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) in iprange_mt_parse() argument
129 iprange_parse_range(cb->arg, &info->src_min, nfproto, in iprange_mt_parse()
136 iprange_parse_range(cb->arg, &info->dst_min, nfproto, in iprange_mt_parse()
/external/iptables/libxtables/
Dxtables.c218 void xtables_set_nfproto(uint8_t nfproto) in xtables_set_nfproto() argument
220 switch (nfproto) { in xtables_set_nfproto()
258 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) in xtables_init_all() argument
261 xtables_set_nfproto(nfproto); in xtables_init_all()
/external/iptables/include/
Dxtables.h430 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
/external/iproute2/include/
Dxtables.h431 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);