bugfix (fdctl is not used)
[vde.git] / vde-2 / tuntap.h
blob2e8741bef20eae093463bcd4441757b396aa43b5
1 /* Copyright 2002 Jeff Dike
2 * Licensed under the GPL
3 */
5 #ifdef HAVE_TUNTAP
7 #ifndef __TUNTAP_H__
8 #define __TUNTAP_H__
10 extern int send_tap(int fd, int ctl_fd, void *packet, int len, void *unused, int port);
11 extern int recv_tap(int fd, void *packet, int maxlen, int port);
12 extern int open_tap(char *dev);
14 #endif
16 #endif