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

  /external/libpcap/
pcap-usb-linux.c 129 size_t mmapbuflen; /* size of region */ member in struct:pcap_usb_linux
222 handlep->mmapbuflen = len;
223 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
928 munmap(handlep->mmapbuf, handlep->mmapbuflen);
pcap-linux.c 303 size_t mmapbuflen; /* size of region */ member in struct:pcap_linux
    [all...]

Completed in 84 milliseconds