HomeSort by relevance Sort by last modified time
    Searched refs:xtables_init_all (Results 1 - 10 of 10) sorted by null

  /external/iptables/iptables/
ip6tables-standalone.c 48 ret = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-standalone.c 52 ret = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
ip6tables-save.c 132 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-save.c 131 c = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
ip6tables-restore.c 195 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-restore.c 195 c = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
  /external/iproute2/
configure 48 xtables_init_all(&test_globals, NFPROTO_IPV4);
  /external/iproute2/tc/
m_xt.c 130 xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
278 xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
  /external/iptables/include/
xtables.h 430 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);
  /external/iptables/libxtables/
xtables.c 258 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) function
    [all...]

Completed in 238 milliseconds