- Timestamp:
- Feb 20, 2013 8:52:13 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/ipv6.cpp
r28800 r44757 61 61 + RT_H2BE_U16(RT_LOWORD(cbPkt)) 62 62 + 0 63 + RT_H2BE_U16(RT_MAKE_U16( 0, bProtocol));63 + RT_H2BE_U16(RT_MAKE_U16(bProtocol, 0)); 64 64 return u32Sum; 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.