Changeset 15379 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 12, 2008 3:47:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r15365 r15379 146 146 struct udphdr *udp; 147 147 struct tcphdr *tcp; 148 struct socket *head_socket ;149 struct socket *last_socket ;150 struct socket *so ;148 struct socket *head_socket = NULL; 149 struct socket *last_socket = NULL; 150 struct socket *so = NULL; 151 151 struct in_addr laddr, faddr; 152 152 u_int lport, fport;
Note:
See TracChangeset
for help on using the changeset viewer.