Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libpcap/
Dpcap-int.h240 typedef int (*setbuff_op_t)(pcap_t *, int); typedef
322 setbuff_op_t setbuff_op;
Dpcap.c454 p->setbuff_op = (setbuff_op_t)pcap_not_initialized; in initialize_ops()