Home
last modified time | relevance | path

Searched refs:xtables_calloc (Results 1 – 7 of 7) sorted by relevance

/external/iptables/iptables/
Dxshared.c144 m->m = xtables_calloc(1, size); in command_default()
Diptables.c776 mask = xtables_calloc(1, size in make_delete_mask()
1314 cs->target->t = xtables_calloc(1, size); in command_jump()
1343 m->m = xtables_calloc(1, size); in command_match()
1869 cs.target->t = xtables_calloc(1, size); in do_command4()
Dip6tables.c771 mask = xtables_calloc(1, size in make_delete_mask()
1287 cs->target->t = xtables_calloc(1, size); in command_jump()
1316 m->m = xtables_calloc(1, size); in command_match()
1839 cs.target->t = xtables_calloc(1, size); in do_command6()
Dxtables.c260 void *xtables_calloc(size_t count, size_t size) in xtables_calloc() function
1232 addr = xtables_calloc(*naddr, sizeof(struct in_addr)); in host_to_ipaddr()
1535 addr = xtables_calloc(*naddr, sizeof(struct in6_addr)); in host_to_ip6addr()
/external/iptables/include/
Dxtables.h387 extern void *xtables_calloc(size_t, size_t);
Dxtables.h.in387 extern void *xtables_calloc(size_t, size_t);
/external/iproute2/tc/
Dm_xt.c88 target->t = xtables_calloc(1, size); in build_st()