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

  /external/iproute2/include/
xt-internal.h 46 extern void *fw_calloc(size_t count, size_t size);
  /external/iproute2/tc/
m_ipt.c 197 fw_calloc(size_t count, size_t size) function
369 target->t = fw_calloc(1, size);
m_xt_old.c 174 target->t = fw_calloc(1, size);
  /external/iptables/
ip6tables.c 492 fw_calloc(size_t count, size_t size) function
569 addr = fw_calloc(1, sizeof(struct in6_addr));
    [all...]
iptables.c 583 fw_calloc(size_t count, size_t size) function
621 addr = fw_calloc(*naddr, sizeof(struct in_addr) * *naddr);
    [all...]

Completed in 85 milliseconds