Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-eb.c398 target->t = xtables_calloc(1, size); in command_jump()
613 m->m = xtables_calloc(1, size); in ebt_load_match()
636 watcher->t = xtables_calloc(1, size); in ebt_load_watcher()
Dxtables-arp.c608 addr = xtables_calloc(*naddr, sizeof(struct in_addr)); in host_to_addr()
842 target->t = xtables_calloc(1, size); in command_jump()
1404 cs.target->t = xtables_calloc(1, size); in do_commandarp()
Dxshared.c153 m->m = xtables_calloc(1, size); in command_default()
Dip6tables.c770 mask = xtables_calloc(1, size in make_delete_mask()
1270 cs->target->t = xtables_calloc(1, size); in command_jump()
1307 m->m = xtables_calloc(1, size); in command_match()
1846 cs.target->t = xtables_calloc(1, size); in do_command6()
Diptables.c754 mask = xtables_calloc(1, size in make_delete_mask()
1261 cs->target->t = xtables_calloc(1, size); in command_jump()
1300 m->m = xtables_calloc(1, size); in command_match()
1833 cs.target->t = xtables_calloc(1, size); in do_command4()
Dxtables.c623 cs->target->t = xtables_calloc(1, size); in command_jump()
661 m->m = xtables_calloc(1, size); in command_match()
/external/iproute2/include/
Dxtables.h419 extern void *xtables_calloc(size_t, size_t);
/external/iptables/include/
Dxtables.h452 extern void *xtables_calloc(size_t, size_t);
/external/iptables/extensions/
Dlibxt_mangle.c95 addr = xtables_calloc(*naddr, sizeof(struct in_addr)); in host_to_addr()
/external/iproute2/tc/
Dm_xt.c91 target->t = xtables_calloc(1, size); in build_st()
/external/iptables/libxtables/
Dxtables.c287 void *xtables_calloc(size_t count, size_t size) in xtables_calloc() function
1380 addr = xtables_calloc(*naddr, sizeof(struct in_addr)); in host_to_ipaddr()
1672 addr = xtables_calloc(*naddr, sizeof(struct in6_addr)); in host_to_ip6addr()