Changeset 19801 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- May 18, 2009 7:48:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp_input.c
r19722 r19801 296 296 #ifdef VBOX_WITH_NAT_SERVICE 297 297 { 298 struct ethhdr *eh; 299 298 300 Assert(m); 299 struct ethhdr *eh = (struct ethhdr *)m->m_dat;301 eh = (struct ethhdr *)m->m_dat; 300 302 memcpy(so->so_ethaddr, eh->h_source, ETH_ALEN); 301 303 }
Note:
See TracChangeset
for help on using the changeset viewer.