Home | History | Annotate | Download | only in libpcap

Lines Matching refs:bufsize

306 	if (p->bufsize < bhdr.total_length) {
858 p->bufsize = 2048;
859 if (p->bufsize < total_length)
860 p->bufsize = total_length;
861 p->buffer = malloc(p->bufsize);