1 /* source: xio-tun.h */
2 /* Copyright Gerhard Rieger 2006-2007 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_tun_h_included
6 #define __xio_tun_h_included 1
8 extern const struct optdesc opt_tun_device
;
9 extern const struct optdesc opt_tun_name
;
10 extern const struct optdesc opt_tun_type
;
11 extern const struct optdesc opt_iff_no_pi
;
12 extern const struct optdesc opt_interface_addr
;
13 extern const struct optdesc opt_interface_netmask
;
14 extern const struct optdesc opt_iff_up
;
15 extern const struct optdesc opt_iff_broadcast
;
16 extern const struct optdesc opt_iff_debug
;
17 extern const struct optdesc opt_iff_loopback
;
18 extern const struct optdesc opt_iff_pointopoint
;
19 extern const struct optdesc opt_iff_notrailers
;
20 extern const struct optdesc opt_iff_running
;
21 extern const struct optdesc opt_iff_noarp
;
22 extern const struct optdesc opt_iff_promisc
;
23 extern const struct optdesc opt_iff_allmulti
;
24 extern const struct optdesc opt_iff_master
;
25 extern const struct optdesc opt_iff_slave
;
26 extern const struct optdesc opt_iff_multicast
;
27 extern const struct optdesc opt_iff_portsel
;
28 extern const struct optdesc opt_iff_automedia
;
29 /*extern const struct optdesc opt_iff_dynamic;*/
31 extern const struct addrdesc xioaddr_tun
;
33 #endif /* !defined(__xio_tun_h_included) */