Home | History | Annotate | Download | only in libpcap

Lines Matching refs:mmapbuf

316 	u_char	*mmapbuf;	/* memory-mapped region pointer */
4351 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
4353 if (handlep->mmapbuf == MAP_FAILED) {
4379 void *base = &handlep->mmapbuf[i*req.tp_block_size];
4405 if (handlep->mmapbuf) {
4407 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);
4408 handlep->mmapbuf = NULL;