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
259 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
261 return handlep->mmapbuf != MAP_FAILED;
929 hdr = (pcap_usb_header*) &handlep->mmapbuf[vec[i]];
974 if (handlep->mmapbuf != NULL) {
975 munmap(handlep->mmapbuf, handlep->mmapbuflen);
976 handlep->mmapbuf = NULL;
pcap-linux.c 316 u_char *mmapbuf; /* memory-mapped region pointer */ member in struct:pcap_linux
    [all...]

Completed in 196 milliseconds