Changeset 65119 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Jan 4, 2017 5:10:02 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112622
- Location:
- trunk/src/VBox/NetworkServices/DHCP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.