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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c127 size_t mmapbuflen; /* size of region */ member in struct:pcap_usb_linux
469 handlep->mmapbuflen = len;
470 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
1359 munmap(handlep->mmapbuf, handlep->mmapbuflen);
H A Dpcap-linux.c317 size_t mmapbuflen; /* size of region */ member in struct:pcap_linux
4812 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;
4813 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
4868 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);

Completed in 123 milliseconds