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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.c101 static int pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback,
179 pcap->read_op = pcap_read_dos;
322 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data) function
398 * Simply store the filter-code for the pcap_read_dos() callback
411 * Return # of packets received in pcap_read_dos()
419 * Return # of packets passed through filter in pcap_read_dos()
842 int len = pcap_read_dos (&pcap_save, 1, watt32_recv_hook, NULL);

Completed in 36 milliseconds