Searched refs:xtables_calloc (Results 1 – 7 of 7) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 144 m->m = xtables_calloc(1, size); in command_default()
|
D | iptables.c | 776 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()
|
D | ip6tables.c | 771 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()
|
D | xtables.c | 260 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/ |
D | xtables.h | 387 extern void *xtables_calloc(size_t, size_t);
|
D | xtables.h.in | 387 extern void *xtables_calloc(size_t, size_t);
|
/external/iproute2/tc/ |
D | m_xt.c | 88 target->t = xtables_calloc(1, size); in build_st()
|