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.17 by pcg, Thu Mar 3 07:24:57 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_req *> dns_sndpq;
71
70 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher; 72 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher;
73 struct dns_packet *dnsv4_server (struct dns_packet *pkt);
74 void dnsv4_client (struct dns_packet *pkt);
71#endif 75#endif
72 76
73 void udpv4_ev (io_watcher &w, short revents); io_watcher udpv4_ev_watcher; 77 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); 78 bool send_udpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos);
75 79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines