vbox的更動 65119 路徑 trunk/src/VBox/NetworkServices
- 時間撮記:
- 2017-1-4 下午05:10:02 (8 年 以前)
- 位置:
- trunk/src/VBox/NetworkServices/DHCP
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/NetworkServices/DHCP/Config.cpp
r63262 r65119 332 332 * On failure, NULL is returned and *pcbOpt unchanged. 333 333 * 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. 338 340 */ 339 341 int -
trunk/src/VBox/NetworkServices/DHCP/Config.h
r63380 r65119 760 760 * Puts an 32-bit integer (network endian). 761 761 * 762 * @param u32 NetworkThe integer.762 * @param u32 The integer. 763 763 */ 764 764 void putU32(uint32_t u32) … … 773 773 * 774 774 * @param uOption The option number. 775 * @param u32 NetworkThe integer.775 * @param u32 The integer. 776 776 */ 777 777 bool optU32(uint8_t uOption, uint32_t u32)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器