Home
last modified time | relevance | path

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

/NextBSD/contrib/libpcap/
HDpcap-int.h132 typedef int (*setmintocopy_op_t)(pcap_t *, int); typedef
245 setmintocopy_op_t setmintocopy_op;
HDpcap.c474 p->setmintocopy_op = (setmintocopy_op_t)pcap_not_initialized; in initialize_ops()