Searched refs:xtables_calloc (Results 1 – 11 of 11) sorted by relevance
/external/iptables/iptables/ |
D | xtables-eb.c | 398 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()
|
D | xtables-arp.c | 608 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()
|
D | xshared.c | 153 m->m = xtables_calloc(1, size); in command_default()
|
D | ip6tables.c | 770 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()
|
D | iptables.c | 754 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()
|
D | xtables.c | 623 cs->target->t = xtables_calloc(1, size); in command_jump() 661 m->m = xtables_calloc(1, size); in command_match()
|
/external/iproute2/include/ |
D | xtables.h | 419 extern void *xtables_calloc(size_t, size_t);
|
/external/iptables/include/ |
D | xtables.h | 452 extern void *xtables_calloc(size_t, size_t);
|
/external/iptables/extensions/ |
D | libxt_mangle.c | 95 addr = xtables_calloc(*naddr, sizeof(struct in_addr)); in host_to_addr()
|
/external/iproute2/tc/ |
D | m_xt.c | 91 target->t = xtables_calloc(1, size); in build_st()
|
/external/iptables/libxtables/ |
D | xtables.c | 287 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()
|