OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_calloc
(Results
1 - 6
of
6
) sorted by null
/external/iptables/include/
xtables.h
387
extern void *
xtables_calloc
(size_t, size_t);
/external/iptables/iptables/
xshared.c
144
m->m =
xtables_calloc
(1, size);
ip6tables.c
771
mask =
xtables_calloc
(1, size
[
all
...]
iptables.c
776
mask =
xtables_calloc
(1, size
[
all
...]
xtables.c
260
void *
xtables_calloc
(size_t count, size_t size)
function
1232
addr =
xtables_calloc
(*naddr, sizeof(struct in_addr));
[
all
...]
/external/iproute2/tc/
m_xt.c
88
target->t =
xtables_calloc
(1, size);
Completed in 110 milliseconds