VirtualBox

Changeset 11050 in vbox


Ignore:
Timestamp:
Jul 31, 2008 9:20:22 PM (16 years ago)
Author:
vboxsync
Message:

tstIntNet-1: Test RTNetIPv4IsDHCPValid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp

    r11045 r11050  
    138138                    {
    139139                        g_cDhcpPkts++;
    140 
     140                        PCRTNETBOOTP pDhcp = (PCRTNETBOOTP)pbCur;
     141                        if (!RTNetIPv4IsDHCPValid(pUdpHdr, pDhcp, cbLeft, NULL))
     142                            return tstIntNetError(pErrStrm, "RTNetIPv4IsDHCPValid failed\n");
    141143                    }
    142144                    break;
Note: See TracChangeset for help on using the changeset viewer.

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