libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libpcap / dlpisubs.h
blob1b57d4d2e7e89846988c4d4afc90c75c6a2d4b6e
1 /*
2 * @(#) $Header: /tcpdump/master/libpcap/dlpisubs.h,v 1.2 2008-04-04 19:37:45 guy Exp $
3 */
5 #ifndef dlpisubs_h
6 #define dlpisubs_h
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
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);
20 #endif
21 int pcap_alloc_databuf(pcap_t *);
22 int strioctl(int, int, int, char *);
24 #ifdef __cplusplus
26 #endif
28 #endif