HomeSort by relevance Sort by last modified time
    Searched refs:mmapbuflen (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-usb-linux.c 125 size_t mmapbuflen; /* size of region */ member in struct:pcap_usb_linux
218 handlep->mmapbuflen = len;
219 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
935 munmap(handlep->mmapbuf, handlep->mmapbuflen);
pcap-linux.c 308 size_t mmapbuflen; /* size of region */ member in struct:pcap_linux
    [all...]

Completed in 198 milliseconds