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

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-int.h277 pcap_handler oneshot_callback; member in struct:pcap
H A Dsavefile.c471 p->oneshot_callback = pcap_oneshot;
H A Dpcap-rdmasniff.c315 handle->oneshot_callback = rdmasniff_oneshot;
H A Dpcap.c453 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0)
475 status = pcap_offline_read(p, 1, p->oneshot_callback,
505 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s));
2227 p->oneshot_callback = pcap_oneshot;
H A Dpcap-linux.c4118 handle->oneshot_callback = pcap_oneshot_mmap;

Completed in 128 milliseconds