Searched refs:nfproto (Results 1 – 4 of 4) sorted by relevance
/external/iptables/extensions/ |
D | libxt_iprange.c | 122 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/ |
D | xtables.c | 218 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/ |
D | xtables.h | 430 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
|
/external/iproute2/include/ |
D | xtables.h | 431 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
|