OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_calloc
(Results
1 - 7
of
7
) sorted by null
/external/iptables/iptables/
xshared.c
150
m->m =
xtables_calloc
(1, size);
ip6tables.c
733
mask =
xtables_calloc
(1, size
[
all
...]
iptables.c
718
mask =
xtables_calloc
(1, size
[
all
...]
/external/iproute2/include/
xtables.h
419
extern void *
xtables_calloc
(size_t, size_t);
/external/iproute2/tc/
m_xt.c
91
target->t =
xtables_calloc
(1, size);
/external/iptables/include/
xtables.h
418
extern void *
xtables_calloc
(size_t, size_t);
/external/iptables/libxtables/
xtables.c
268
void *
xtables_calloc
(size_t count, size_t size)
function
1344
addr =
xtables_calloc
(*naddr, sizeof(struct in_addr));
[
all
...]
Completed in 268 milliseconds