Changeset 11050 in vbox
- Timestamp:
- Jul 31, 2008 9:20:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r11045 r11050 138 138 { 139 139 g_cDhcpPkts++; 140 140 PCRTNETBOOTP pDhcp = (PCRTNETBOOTP)pbCur; 141 if (!RTNetIPv4IsDHCPValid(pUdpHdr, pDhcp, cbLeft, NULL)) 142 return tstIntNetError(pErrStrm, "RTNetIPv4IsDHCPValid failed\n"); 141 143 } 142 144 break;
Note:
See TracChangeset
for help on using the changeset viewer.