HomeSort by relevance Sort by last modified time
    Searched refs:xtables_calloc (Results 1 - 11 of 11) sorted by null

  /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/extensions/
libxt_mangle.c 95 addr = xtables_calloc(*naddr, sizeof(struct in_addr));
  /external/iptables/include/
xtables.h 452 extern void *xtables_calloc(size_t, size_t);
  /external/iptables/iptables/
xshared.c 153 m->m = xtables_calloc(1, size);
xtables-eb.c 398 target->t = xtables_calloc(1, size);
613 m->m = xtables_calloc(1, size);
636 watcher->t = xtables_calloc(1, size);
    [all...]
xtables-arp.c 608 addr = xtables_calloc(*naddr, sizeof(struct in_addr));
842 target->t = xtables_calloc(1, size);
    [all...]
ip6tables.c 770 mask = xtables_calloc(1, size
    [all...]
iptables.c 754 mask = xtables_calloc(1, size
    [all...]
xtables.c 623 cs->target->t = xtables_calloc(1, size);
661 m->m = xtables_calloc(1, size);
    [all...]
  /external/iptables/libxtables/
xtables.c 287 void *xtables_calloc(size_t count, size_t size) function
    [all...]

Completed in 79 milliseconds