Home | Sort by relevance Sort by last modified time |
/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...] |