Changeset 61200 in vbox for trunk/src/VBox/Devices/Network/slirp/slirp.c
- Timestamp:
- May 26, 2016 12:20:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r61000 r61200 1383 1383 static bool fWarnedIpv6; 1384 1384 struct ethhdr *eh; 1385 uint8_t au8Ether[ETH_ALEN];1386 1385 1387 1386 m->m_len = cbBuf; … … 1392 1391 return; 1393 1392 } 1393 1394 1394 eh = mtod(m, struct ethhdr *); 1395 1395 proto = RT_N2H_U16(eh->h_proto); 1396 1397 memcpy(au8Ether, eh->h_source, ETH_ALEN);1398 1399 1396 switch(proto) 1400 1397 {
Note:
See TracChangeset
for help on using the changeset viewer.