Searched refs:fw_calloc (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c206 fw_calloc(size_t count, size_t size) function
359 target->t = fw_calloc(1, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c490 fw_calloc(size_t count, size_t size) function
567 addr = fw_calloc(1, sizeof(struct in6_addr));
1541 mask = fw_calloc(1, size
2089 target->t = fw_calloc(1, size);
2134 m->m = fw_calloc(1, size);
2279 m->m = fw_calloc(1, size);
2410 target->t = fw_calloc(1, size);
H A Diptables.c575 fw_calloc(size_t count, size_t size) function
613 addr = fw_calloc(*naddr, sizeof(struct in_addr) * *naddr);
1605 mask = fw_calloc(1, size
2170 target->t = fw_calloc(1, size);
2223 m->m = fw_calloc(1, size);
2368 m->m = fw_calloc(1, size);
2498 target->t = fw_calloc(1, size);

Completed in 146 milliseconds