VirtualBox

Ignore:
Timestamp:
Jan 4, 2017 5:10:02 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112622
Message:

NetworkServices/DHCP: doxygen fixes

Location:
trunk/src/VBox/NetworkServices/DHCP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.cpp

    r63262 r65119  
    332332 *          On failure, NULL is returned and *pcbOpt unchanged.
    333333 *
    334  * @param   uOption         The option to search for.
    335  * @param   pDhcpMsg        The DHCP message.
    336  *                          that this is adjusted if the option length is larger
    337  *                          than the message buffer.
     334 * @param   uOption     The option to search for.
     335 * @param   pDhcpMsg    The DHCP message.
     336 *                      that this is adjusted if the option length is larger
     337 *                      than the message buffer.
     338 * @param   cbDhcpMsg   Size of the DHCP message.
     339 * @param   opt         The actual option we found.
    338340 */
    339341int
  • trunk/src/VBox/NetworkServices/DHCP/Config.h

    r63380 r65119  
    760760     * Puts an 32-bit integer (network endian).
    761761     *
    762      * @param   u32Network  The integer.
     762     * @param   u32         The integer.
    763763     */
    764764    void putU32(uint32_t u32)
     
    773773     *
    774774     * @param   uOption     The option number.
    775      * @param   u32Network  The integer.
     775     * @param   u32         The integer.
    776776     */
    777777    bool optU32(uint8_t uOption, uint32_t u32)
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