Searched refs:pcap_read_dos (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-dos.c99 static int pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback,
187 pcap->read_op = pcap_read_dos;
331 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data) function
410 * Simply store the filter-code for the pcap_read_dos() callback
423 * Return # of packets received in pcap_read_dos()
431 * Return # of packets passed through filter in pcap_read_dos()
859 int len = pcap_read_dos (&pcap_save, 1, watt32_recv_hook, NULL);

Completed in 98 milliseconds