Home
last modified time | relevance | path

Searched refs:read_op_t (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-int.h121 typedef int (*read_op_t)(pcap_t *, int cnt, pcap_handler, u_char *); typedef
145 read_op_t read_op;
Dpcap.c458 p->read_op = (read_op_t)pcap_not_initialized; in initialize_ops()