VirtualBox

Changeset 22021 in vbox


Ignore:
Timestamp:
Aug 6, 2009 10:45:51 AM (15 years ago)
Author:
vboxsync
Message:

NAT: win burn fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r22020 r22021  
    190190
    191191static void acivate_port_forwarding(PNATState, struct ethhdr *);
    192 static in_addr_t find_guest_ip(PNATState, uint8_t *);
     192static uint32_t find_guest_ip(PNATState, uint8_t *);
    193193
    194194static const uint8_t special_ethaddr[6] =
     
    15271527 * @todo  see rt_lookup_in_cache
    15281528 */
    1529 static in_addr_t find_guest_ip(PNATState pData, uint8_t *eth_addr)
     1529static uint32_t find_guest_ip(PNATState pData, uint8_t *eth_addr)
    15301530{
    15311531    int i;
     
    15661566        struct in_addr alias;
    15671567        int rc;
    1568         in_addr_t guest_addr; /* need to understand if we already give address to guest */
     1568        uint32_t guest_addr; /* need to understand if we already give address to guest */
    15691569
    15701570        if (rule->activated)
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