Home
last modified time | relevance | path

Searched refs:oneshot_callback (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/libpcap/
Dpcap.c208 if (pcap_dispatch(p, 1, p->oneshot_callback, (u_char *)&s) <= 0) in pcap_next()
230 status = pcap_offline_read(p, 1, p->oneshot_callback, in pcap_next_ex()
260 return (p->read_op(p, 1, p->oneshot_callback, (u_char *)&s)); in pcap_next_ex()
463 p->oneshot_callback = pcap_oneshot; in initialize_ops()
Dpcap-int.h315 pcap_handler oneshot_callback; member
Dpcap-linux.c3192 handle->oneshot_callback = pcap_oneshot_mmap;