Home | History | Annotate | Download | only in libpcap

Lines Matching full:driver

63  * Header that the WinPcap driver associates to the packets.
556 /* allocate the standard buffer in the driver */
559 snprintf(ebuf, PCAP_ERRBUF_SIZE,"driver error: not enough memory to allocate the kernel buffer\n");
563 /* tell the driver to copy the buffer only if it contains at least 16K */
673 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "Driver
688 * We filter at user level, since the kernel driver does't process the packets
750 /* Set the driver working mode */
762 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: working mode not recognized");
781 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: not enough memory to allocate the kernel buffer");
799 snprintf(p->errbuf, PCAP_ERRBUF_SIZE, "driver error: unable to set the requested mintocopy size");