Searched refs:mallocsize (Results 1 – 1 of 1) sorted by relevance
44 int mallocsize, orig_numsrc, cpsize, rtnerr; in getsourcefilter() local46 mallocsize = (*numsrc == 0) ? in getsourcefilter()48 gf = (struct group_filter *)malloc(mallocsize); in getsourcefilter()104 int mallocsize, rtnerr; in setsourcefilter() local106 mallocsize = (numsrc == 0) ? in setsourcefilter()108 gf = (struct group_filter *)malloc(mallocsize); in setsourcefilter()160 int mallocsize, orig_numsrc, cpsize, rtnerr; in getipv4sourcefilter() local162 mallocsize = (*numsrc == 0) ? in getipv4sourcefilter()164 imsf = (struct ip_msfilter *)malloc(mallocsize); in getipv4sourcefilter()199 int mallocsize, rtnerr; in setipv4sourcefilter() local[all …]