VirtualBox

Changeset 49480 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 14, 2013 3:13:54 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90632
Message:

Runtime, Devices, Disassembler R0: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r48947 r49480  
    23802380static void intnetR0IfSnoopIPv6SourceAddr(PINTNETIF pIf, PCRTNETIPV6 pIpHdr, uint32_t cbPacket, bool fGso)
    23812381{
     2382    NOREF(fGso);
     2383
    23822384    /*
    23832385     * Check the header size first to prevent access invalid data.
     
    29372939static bool intnetR0NetworkDetectAndFixNdBroadcast(PINTNETNETWORK pNetwork, PINTNETSG pSG, PRTNETETHERHDR pEthHdr)
    29382940{
     2941    NOREF(pNetwork);
     2942
    29392943    if (RT_BE2H_U16(pEthHdr->EtherType) != RTNET_ETHERTYPE_IPV6)
    29402944        return false;
     
    29582962        pIPv6 = (PRTNETIPV6)bTmp;
    29592963    }
    2960 
    2961     PCRTNETNDP pNd  = (PCRTNETNDP) (pIPv6 + 1);
    29622964
    29632965    /* Check IPv6 destination address if it is a multicast address. */
     
    30023004static void intnetR0NetworkSnoopNAFromWire(PINTNETNETWORK pNetwork, PINTNETSG pSG, PRTNETETHERHDR pEthHdr)
    30033005{
     3006    NOREF(pEthHdr);
     3007
    30043008    /*
    30053009     * Check the minimum size and get a linear copy of the thing to work on,
Note: See TracChangeset for help on using the changeset viewer.

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