Changeset 65119 in vbox for trunk/src/VBox/NetworkServices/DHCP/Config.cpp
- Timestamp:
- Jan 4, 2017 5:10:02 PM (8 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.