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.16 by pcg, Wed Mar 2 05:49:31 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_rep *> dns_rcvpq;
71 vector<struct dns_req *> dns_sndpq; 70 vector<struct dns_req *> dns_sndpq;
72 71
73 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;
74 struct dns_packet *dnsv4_server (struct dns_packet *pkt); 73 struct dns_packet *dnsv4_server (struct dns_packet *pkt);
75 void dnsv4_client (struct dns_packet *pkt); 74 void dnsv4_client (struct dns_packet *pkt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines