Changeset 39024 in vbox for trunk/src/VBox
- Timestamp:
- Oct 19, 2011 6:07:09 AM (13 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_icmp.c
r38971 r39024 171 171 * Cleans ICMP cache. 172 172 */ 173 int 173 void 174 174 icmp_finit(PNATState pData) 175 175 { -
trunk/src/VBox/Devices/Network/slirp/ip_icmp.h
r38971 r39024 200 200 201 201 int icmp_init (PNATState , int); 202 inticmp_finit (PNATState );202 void icmp_finit (PNATState ); 203 203 struct icmp_msg * icmp_find_original_mbuf (PNATState , struct ip *); 204 204
Note:
See TracChangeset
for help on using the changeset viewer.