VirtualBox

Ignore:
Timestamp:
Jan 5, 2010 9:29:31 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56352
Message:

IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/ipv4.cpp

    r21337 r25645  
    228228 *
    229229 * @returns 32-bit intermediary checksum value.
    230  * @param   pUdpHdr         Pointer to the TCP header to checksum, network endian (big).
    231  *                          Assums the caller has already validate it and made sure the
    232  *                          entire header is present.
     230 * @param   pTcpHdr         Pointer to the TCP header to checksum, network
     231 *                          endian (big). Assums the caller has already validate
     232 *                          it and made sure the entire header is present.
    233233 * @param   u32Sum          The 32-bit intermediate checksum value.
    234234 */
     
    274274 *
    275275 * @returns 32-bit intermediary checksum value.
    276  * @param   pUdpHdr         Pointer to the TCP header to checksum, network endian (big).
    277  *                          Assums the caller has already validate it and made sure the
    278  *                          entire header is present.
     276 * @param   pTcpHdr         Pointer to the TCP header to checksum, network
     277 *                          endian (big). Assums the caller has already validate
     278 *                          it and made sure the entire header is present.
    279279 * @param   u32Sum          The 32-bit intermediate checksum value.
    280280 */
     
    290290 *
    291291 * @returns 32-bit intermediary checksum value.
    292  * @param   pUdpHdr         Pointer to the UDP header to checksum, network endian (big).
     292 * @param   pvData          Pointer to the data that should be checksummed.
     293 * @param   cbData          The number of bytes to checksum.
    293294 * @param   u32Sum          The 32-bit intermediate checksum value.
    294295 * @param   pfOdd           This is used to keep track of odd bits, initialize to false
     
    342343 *
    343344 * @returns 32-bit intermediary checksum value.
    344  * @param   pUdpHdr         Pointer to the UDP header to checksum, network endian (big).
     345 * @param   pvData          The data bits to checksum.
     346 * @param   cbData          The number of bytes to checksum.
    345347 * @param   u32Sum          The 32-bit intermediate checksum value.
    346348 * @param   pfOdd           This is used to keep track of odd bits, initialize to false
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette