mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 07:03:25 +00:00
socat V1.6.0.0 (initial GIT commit)
This commit is contained in:
commit
b819572f5e
170 changed files with 59193 additions and 0 deletions
33
xio-tun.h
Normal file
33
xio-tun.h
Normal file
|
@ -0,0 +1,33 @@
|
|||
/* $Id: xio-tun.h,v 1.2 2007/03/06 21:19:18 gerhard Exp $ */
|
||||
/* Copyright Gerhard Rieger 2006-2007 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_tun_h_included
|
||||
#define __xio_tun_h_included 1
|
||||
|
||||
extern const struct optdesc opt_tun_device;
|
||||
extern const struct optdesc opt_tun_name;
|
||||
extern const struct optdesc opt_tun_type;
|
||||
extern const struct optdesc opt_iff_no_pi;
|
||||
extern const struct optdesc opt_interface_addr;
|
||||
extern const struct optdesc opt_interface_netmask;
|
||||
extern const struct optdesc opt_iff_up;
|
||||
extern const struct optdesc opt_iff_broadcast;
|
||||
extern const struct optdesc opt_iff_debug;
|
||||
extern const struct optdesc opt_iff_loopback;
|
||||
extern const struct optdesc opt_iff_pointopoint;
|
||||
extern const struct optdesc opt_iff_notrailers;
|
||||
extern const struct optdesc opt_iff_running;
|
||||
extern const struct optdesc opt_iff_noarp;
|
||||
extern const struct optdesc opt_iff_promisc;
|
||||
extern const struct optdesc opt_iff_allmulti;
|
||||
extern const struct optdesc opt_iff_master;
|
||||
extern const struct optdesc opt_iff_slave;
|
||||
extern const struct optdesc opt_iff_multicast;
|
||||
extern const struct optdesc opt_iff_portsel;
|
||||
extern const struct optdesc opt_iff_automedia;
|
||||
/*extern const struct optdesc opt_iff_dynamic;*/
|
||||
|
||||
extern const struct addrdesc xioaddr_tun;
|
||||
|
||||
#endif /* !defined(__xio_tun_h_included) */
|
Loading…
Add table
Add a link
Reference in a new issue