Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c125 size_t mmapbuflen; /* size of region */ member
218 handlep->mmapbuflen = len; in usb_mmap()
219 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ, in usb_mmap()
935 munmap(handlep->mmapbuf, handlep->mmapbuflen); in usb_cleanup_linux_mmap()
Dpcap-linux.c308 size_t mmapbuflen; /* size of region */ member
4158 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;
4159 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
4215 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);