nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* source: xio-tun.h */ |
2 | /* Copyright Gerhard Rieger 2006-2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_tun_h_included |
||
6 | #define __xio_tun_h_included 1 |
||
7 | |||
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;*/ |
||
30 | |||
31 | extern const union xioaddr_desc *xioaddrs_tun[]; |
||
32 | |||
33 | #endif /* !defined(__xio_tun_h_included) */ |