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.19 by pcg, Fri Mar 4 04:52:38 2005 UTC vs.
Revision 1.20 by pcg, Fri Mar 4 08:15:04 2005 UTC

67 void icmpv4_ev (io_watcher &w, short revents); io_watcher icmpv4_ev_watcher; 67 void icmpv4_ev (io_watcher &w, short revents); io_watcher icmpv4_ev_watcher;
68 bool send_icmpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos); 68 bool send_icmpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos);
69#endif 69#endif
70 70
71#if ENABLE_DNS 71#if ENABLE_DNS
72 vector<struct dns_req *> dns_sndpq; 72 vector<struct dns_snd *> dns_sndpq;
73 sockinfo dns_forwarder; 73 sockinfo dns_forwarder;
74 74
75 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher; 75 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher;
76 struct dns_packet *dnsv4_server (struct dns_packet *pkt); 76 void dnsv4_server (struct dns_packet &pkt);
77 void dnsv4_client (struct dns_packet *pkt); 77 void dnsv4_client (struct dns_packet &pkt);
78#endif 78#endif
79 79
80 void udpv4_ev (io_watcher &w, short revents); io_watcher udpv4_ev_watcher; 80 void udpv4_ev (io_watcher &w, short revents); io_watcher udpv4_ev_watcher;
81 bool send_udpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos); 81 bool send_udpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos);
82 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines