OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtables_malloc
(Results
1 - 7
of
7
) sorted by null
/external/iptables/libxtables/
xtables.c
299
void *
xtables_malloc
(size_t size)
function
657
clone =
xtables_malloc
(sizeof(struct xtables_match));
696
newentry =
xtables_malloc
(sizeof(struct xtables_rule_match));
[
all
...]
/external/iptables/extensions/
libxt_mangle.c
168
addrp =
xtables_malloc
(sizeof(struct in_addr));
/external/iproute2/include/
xtables.h
420
extern void *
xtables_malloc
(size_t);
/external/iptables/include/
xtables.h
453
extern void *
xtables_malloc
(size_t);
/external/iptables/iptables/
ip6tables.c
871
chains =
xtables_malloc
(sizeof(xt_chainlabel) * chaincount);
[
all
...]
iptables.c
855
chains =
xtables_malloc
(sizeof(xt_chainlabel) * chaincount);
[
all
...]
xtables-arp.c
636
addrp =
xtables_malloc
(sizeof(struct in_addr));
[
all
...]
Completed in 234 milliseconds