00001 #ifndef MN_TUNNEL_H 00002 #define MN_TUNNEL_H 00003 00004 #define TUNNEL_DEVICE "TUNLMNA" 00005 #define TUNNEL_DEVICE_B "TUNLMNB" 00006 00007 void init_tunneling(void); 00008 void close_tunneling(void); 00009 int start_tunneling(void); 00010 int restart_tunneling(void); 00011 int stop_tunneling(void); 00012 void check_old_tunnel_expiration(void); 00013 00014 #endif