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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-int.h220 pcap_handler oneshot_callback; member in struct:pcap
H A Dpcap.c219 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0)
242 status = p->read_op(p, 1, p->oneshot_callback,
245 status = pcap_offline_read(p, 1, p->oneshot_callback,
276 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s));
483 p->oneshot_callback = pcap_oneshot;
H A Dsavefile.c432 p->oneshot_callback = pcap_oneshot;
H A Dpcap-linux.c3429 handle->oneshot_callback = pcap_oneshot_mmap;

Completed in 187 milliseconds