VirtualBox

Changeset 50072 in vbox


Ignore:
Timestamp:
Jan 14, 2014 3:55:28 AM (11 years ago)
Author:
vboxsync
Message:

Refer to lwip symbols without lwip_ prefix introduced by our internal
renaming. Renaming will do the right thing if present. Same object
code is generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r50068 r50072  
    403403                              g_pLwipNat /* state */,
    404404                              VBoxNetLwipNAT::netifInit /* netif_init_fn */,
    405                               lwip_tcpip_input /* netif_input_fn */);
     405                              tcpip_input /* netif_input_fn */);
    406406
    407407    AssertPtrReturnVoid(pNetif);
     
    492492
    493493    pNetif->linkoutput = netifLinkoutput; /* ether-level-pipe */
    494     pNetif->output = lwip_etharp_output; /* ip-pipe */
     494    pNetif->output = etharp_output;      /* ip-pipe */
    495495
    496496    if (pNat->m_ProxyOptions.ipv6_enabled) {
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