Home
last modified time | relevance | path

Searched refs:mallocsize (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c46 int mallocsize, orig_numsrc, cpsize, rtnerr; in getsourcefilter() local
48 mallocsize = (*numsrc == 0) ? in getsourcefilter()
50 gf = (struct group_filter *)malloc(mallocsize); in getsourcefilter()
106 int mallocsize, rtnerr; in setsourcefilter() local
108 mallocsize = (numsrc == 0) ? in setsourcefilter()
110 gf = (struct group_filter *)malloc(mallocsize); in setsourcefilter()
162 int mallocsize, orig_numsrc, cpsize, rtnerr; in getipv4sourcefilter() local
164 mallocsize = (*numsrc == 0) ? in getipv4sourcefilter()
166 imsf = (struct ip_msfilter *)malloc(mallocsize); in getipv4sourcefilter()
201 int mallocsize, rtnerr; in setipv4sourcefilter() local
[all …]