Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c129 size_t mmapbuflen; /* size of region */ member
222 handlep->mmapbuflen = len; in usb_mmap()
223 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()
928 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
Dpcap-linux.c303 size_t mmapbuflen; /* size of region */ member
3886 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;
3887 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
3942 munmap(handlep->mmapbuf, handlep->mmapbuflen);