Changeset 34087 in vbox
- Timestamp:
- Nov 15, 2010 6:20:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r30370 r34087 114 114 DEBUG_ARG("m = %lx", (long)m); 115 115 ip = mtod(m, struct ip *); 116 Log2(("ip_dst=%R[IP4](len:%d) m_len = %d", &ip->ip_dst, RT_N2H_U16(ip->ip_len), m->m_len));117 116 Log2(("ip_dst=%R[IP4](len:%d) m_len = %d\n", &ip->ip_dst, RT_N2H_U16(ip->ip_len), m->m_len)); 118 117
Note:
See TracChangeset
for help on using the changeset viewer.