ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpn.h
(Generate patch)

Comparing gvpe/src/vpn.h (file contents):
Revision 1.9 by pcg, Tue Oct 14 03:22:09 2003 UTC vs.
Revision 1.10 by pcg, Thu Oct 16 02:28:36 2003 UTC

47 47
48 void reconnect_all (); 48 void reconnect_all ();
49 void shutdown_all (); 49 void shutdown_all ();
50 50
51 void tap_ev (io_watcher &w, short revents); io_watcher tap_ev_watcher; 51 void tap_ev (io_watcher &w, short revents); io_watcher tap_ev_watcher;
52 void inject_data_packet (tap_packet *pkt, int dst);
52 53
53 void send_connect_request (int id); 54 void send_connect_request (int id);
54 55
55 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi); 56 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi);
56 bool send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos); 57 bool send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos);
79 void dump_status (); 80 void dump_status ();
80 81
81 const char *script_if_up (); 82 const char *script_if_up ();
82 }; 83 };
83 84
85extern struct vpn network;
86
84#endif 87#endif
85 88

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines