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

Comparing gvpe/src/connection.h (file contents):
Revision 1.23 by pcg, Wed Mar 23 21:55:39 2005 UTC vs.
Revision 1.24 by pcg, Sat Mar 26 03:16:24 2005 UTC

171 void inject_vpn_packet (vpn_packet *pkt, int tos = 0); // for forwarding 171 void inject_vpn_packet (vpn_packet *pkt, int tos = 0); // for forwarding
172 172
173 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi); 173 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi);
174 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0); 174 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0);
175 175
176 void script_init_env (const char *ext);
176 void script_init_env (); 177 void script_init_connect_env ();
177 const char *script_node_up (); 178 const char *script_node_up ();
178 const char *script_node_down (); 179 const char *script_node_down ();
179 180
180 void dump_status (); 181 void dump_status ();
181 182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines