HomeSort by relevance Sort by last modified time
    Searched refs:xtables_calloc (Results 1 - 6 of 6) 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/tc/
m_xt.c 87 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 283 milliseconds