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
258 handlep->mmapbuflen = len;
259 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
975 munmap(handlep->mmapbuf, handlep->mmapbuflen);
pcap-linux.c 317 size_t mmapbuflen; /* size of region */ member in struct:pcap_linux
    [all...]

Completed in 67 milliseconds