VirtualBox

Changeset 22542 in vbox


Ignore:
Timestamp:
Aug 28, 2009 6:52:50 AM (15 years ago)
Author:
vboxsync
Message:

NAT: typo

File:
1 edited

Legend:

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

    r22541 r22542  
    189189#define LOG_NAT_SOCK(so, proto, winevent, r_fdset, w_fdset, x_fdset) DO_LOG_NAT_SOCK((so), proto, (winevent), r_fdset, w_fdset, x_fdset)
    190190
    191 static void acivate_port_forwarding(PNATState, struct ethhdr *);
     191static void activate_port_forwarding(PNATState, struct ethhdr *);
    192192static uint32_t find_guest_ip(PNATState, uint8_t *);
    193193
     
    14481448
    14491449    if (pData->port_forwarding_activated == 0)
    1450         acivate_port_forwarding(pData, mtod(m, struct ethhdr *));
     1450        activate_port_forwarding(pData, mtod(m, struct ethhdr *));
    14511451
    14521452    proto = ntohs(*(uint16_t *)(pkt + 12));
     
    15471547 * @todo finish this for service case
    15481548 */
    1549 static void acivate_port_forwarding(PNATState pData, struct ethhdr *ethdr)
     1549static void activate_port_forwarding(PNATState pData, struct ethhdr *ethdr)
    15501550{
    15511551    struct port_forward_rule *rule = NULL;
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