Changeset 28026 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2010 6:43:54 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/ipv6.cpp
r28024 r28026 44 44 */ 45 45 DECLINLINE(uint32_t) rtNetIPv6PseudoChecksumBits(PCRTNETADDRIPV6 pSrcAddr, PCRTNETADDRIPV6 pDstAddr, 46 uint8_t bProtocol, uint 16_t cbPkt)46 uint8_t bProtocol, uint32_t cbPkt) 47 47 { 48 48 uint32_t u32Sum = pSrcAddr->au16[0]
Note:
See TracChangeset
for help on using the changeset viewer.