VirtualBox

Changeset 7881 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 10, 2008 4:01:06 PM (17 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

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

    r7875 r7881  
    10091009};
    10101010
    1011 DECLINLINE(int) padr_match(PCNetState *pData, const uint8_t *buf, int size)
     1011DECLINLINE(int) padr_match(PCNetState *pData, const uint8_t *buf, size_t size)
    10121012{
    10131013    struct ether_header *hdr = (struct ether_header *)buf;
     
    10361036}
    10371037
    1038 DECLINLINE(int) padr_bcast(PCNetState *pData, const uint8_t *buf, int size)
     1038DECLINLINE(int) padr_bcast(PCNetState *pData, const uint8_t *buf, size_t size)
    10391039{
    10401040    static uint8_t aBCAST[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
     
    10471047}
    10481048
    1049 static int ladr_match(PCNetState *pData, const uint8_t *buf, int size)
     1049static int ladr_match(PCNetState *pData, const uint8_t *buf, size_t size)
    10501050{
    10511051    struct ether_header *hdr = (struct ether_header *)buf;
     
    17431743 * Write data into guest receive buffers.
    17441744 */
    1745 static void pcnetReceiveNoSync(PCNetState *pData, const uint8_t *buf, int size)
     1745static void pcnetReceiveNoSync(PCNetState *pData, const uint8_t *buf, size_t size)
    17461746{
    17471747    PPDMDEVINS pDevIns = PCNETSTATE_2_DEVINS(pData);
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