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

/external/libpcap/
H A Dpcap-dos.c100 static int pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback,
171 pcap->read_op = pcap_read_dos;
317 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data) function
393 * Simply store the filter-code for the pcap_read_dos() callback
406 * Return # of packets received in pcap_read_dos()
414 * Return # of packets passed through filter in pcap_read_dos()
837 int len = pcap_read_dos (&pcap_save, 1, watt32_recv_hook, NULL);

Completed in 33 milliseconds