HomeSort by: relevance | last modified time | path
    Searched refs:mmapbuflen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-usb-linux.c 135 size_t mmapbuflen; /* size of region */ member in struct:pcap_usb_linux
309 handlep->mmapbuflen = len;
310 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
964 munmap(handlep->mmapbuf, handlep->mmapbuflen);
pcap-linux.c 206 size_t mmapbuflen; /* size of region */ member in struct:pcap_linux
3427 handlep->mmapbuflen = req.tp_block_nr * req.tp_block_size;
3428 handlep->mmapbuf = mmap(0, handlep->mmapbuflen,
3485 (void)munmap(handlep->mmapbuf, handlep->mmapbuflen);

Completed in 23 milliseconds