Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / libpcap / pcap-septel.h
blob334bf5e3e079c059bfe03434d89c1c559732fdc4
1 /*
2 * pcap-septel.c: Packet capture interface for Intel Septel card
4 * The functionality of this code attempts to mimic that of pcap-linux as much
5 * as possible. This code is only needed when compiling in the Intel/Septel
6 * card code at the same time as another type of device.
8 * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9 * (+961 3 485343);
11 * @(#) $Header: /pub/NetBSD/misc/repositories/cvsroot/src/dist/libpcap/pcap-septel.h,v 1.1.1.1 2006/02/27 15:45:49 drochner Exp $
14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);