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.21 by pcg, Sat Mar 5 19:13:15 2005 UTC vs.
Revision 1.23 by pcg, Wed Mar 23 21:55:39 2005 UTC

17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with gvpe; if not, write to the Free Software 18 along with gvpe; if not, write to the Free Software
19 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20*/ 20*/
21 21
22#ifndef VPE_CONNECTION_H__ 22#ifndef GVPE_CONNECTION_H__
23#define VPE_CONNECTION_H__ 23#define GVPE_CONNECTION_H__
24 24
25#include <openssl/hmac.h> 25#include <openssl/hmac.h>
26 26
27#include "global.h" 27#include "global.h"
28#include "conf.h" 28#include "conf.h"
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_node (); 176 void script_init_env ();
177 const char *script_node_up (); 177 const char *script_node_up ();
178 const char *script_node_down (); 178 const char *script_node_down ();
179 179
180 void dump_status (); 180 void dump_status ();
181 181

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines