]>
The Tcpdump Group git mirrors - libpcap/blob - dlpisubs.h
2 * @(#) $Header: /tcpdump/master/libpcap/dlpisubs.h,v 1.2 2008-04-04 19:37:45 guy Exp $
13 * Functions used by dlpisubs.c.
15 int pcap_stats_dlpi(pcap_t
*, struct pcap_stat
*);
16 int pcap_process_pkts(pcap_t
*, pcap_handler
, u_char
*, int, u_char
*, int);
17 int pcap_process_mactype(pcap_t
*, u_int
);
18 #ifdef HAVE_SYS_BUFMOD_H
19 int pcap_conf_bufmod(pcap_t
*, int, int);
21 int pcap_alloc_databuf(pcap_t
*);
22 int strioctl(int, int, int, char *);