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.15 by pcg, Tue Mar 1 06:27:20 2005 UTC vs.
Revision 1.16 by pcg, Wed Mar 2 05:49:31 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines