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

  /external/libpcap/
pcap-usb-linux.c 124 u_char *mmapbuf; /* memory-mapped region pointer */ member in struct:pcap_usb_linux
219 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
221 return handlep->mmapbuf != MAP_FAILED;
889 hdr = (pcap_usb_header*) &handlep->mmapbuf[vec[i]];
934 if (handlep->mmapbuf != NULL) {
935 munmap(handlep->mmapbuf, handlep->mmapbuflen);
936 handlep->mmapbuf = NULL;
pcap-linux.c 307 u_char *mmapbuf; /* memory-mapped region pointer */ member in struct:pcap_linux
    [all...]

Completed in 137 milliseconds