OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtables_malloc
(Results
1 - 5
of
5
) sorted by null
/external/iptables/libxtables/
xtables.c
280
void *
xtables_malloc
(size_t size)
function
634
clone =
xtables_malloc
(sizeof(struct xtables_match));
673
newentry =
xtables_malloc
(sizeof(struct xtables_rule_match));
[
all
...]
/external/iproute2/include/
xtables.h
420
extern void *
xtables_malloc
(size_t);
/external/iptables/include/
xtables.h
419
extern void *
xtables_malloc
(size_t);
/external/iptables/iptables/
ip6tables.c
834
chains =
xtables_malloc
(sizeof(xt_chainlabel) * chaincount);
[
all
...]
iptables.c
819
chains =
xtables_malloc
(sizeof(xt_chainlabel) * chaincount);
[
all
...]
Completed in 398 milliseconds