VirtualBox

儲存庫 vbox 的更動 50072


忽略:
時間撮記:
2014-1-14 上午03:55:28 (11 年 以前)
作者:
vboxsync
訊息:

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.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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) {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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