Changeset 20165 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- May 31, 2009 6:32:58 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip_input.c
r20164 r20165 81 81 DEBUG_ARG("m = %lx", (long)m); 82 82 ip = mtod(m, struct ip *); 83 DEBUG_ARG("ip_dst=%R[IP4](len:%d) m_len = %d", &ip->ip_dst, ntohs(ip->ip_len), m->m_len);83 Log2(("ip_dst=%R[IP4](len:%d) m_len = %d", &ip->ip_dst, ntohs(ip->ip_len), m->m_len)); 84 84 Log2(("ip_dst=%R[IP4](len:%d) m_len = %d\n", &ip->ip_dst, ntohs(ip->ip_len), m->m_len)); 85 85
Note:
See TracChangeset
for help on using the changeset viewer.