VirtualBox

vbox的更動 65119 路徑 trunk/src/VBox/NetworkServices


忽略:
時間撮記:
2017-1-4 下午05:10:02 (8 年 以前)
作者:
vboxsync
訊息:

NetworkServices/DHCP: doxygen fixes

位置:
trunk/src/VBox/NetworkServices/DHCP
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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