Home | History | Annotate | Download | only in libpcap

Lines Matching full:newchunk

173 static void *newchunk(u_int);
255 newchunk(n)
309 char *cp = newchunk(n);
321 p = (struct block *)newchunk(sizeof(*p));
334 p = (struct slist *)newchunk(sizeof(*p));
5858 struct arth *a = (struct arth *)newchunk(sizeof(*a));
5878 a = (struct arth *)newchunk(sizeof(*a));