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 53 ret = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-standalone.c 57 ret = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
ip6tables-save.c 144 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-save.c 144 c = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
ip6tables-restore.c 132 c = xtables_init_all(&ip6tables_globals, NFPROTO_IPV6);
iptables-restore.c 135 c = xtables_init_all(&iptables_globals, NFPROTO_IPV4);
xtables.c 250 int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto) function
    [all...]
  /external/iproute2/
configure 46 xtables_init_all(&test_globals, NFPROTO_IPV4);
  /external/iproute2/tc/
m_xt.c 133 xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
275 xtables_init_all(&tcipt_globals, NFPROTO_IPV4);
  /external/iptables/include/
xtables.h 399 extern int xtables_init_all(struct xtables_globals *xtp, uint8_t nfproto);

Completed in 75 milliseconds