Changeset 50072 in vbox
- Timestamp:
- Jan 14, 2014 3:55:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r50068 r50072 403 403 g_pLwipNat /* state */, 404 404 VBoxNetLwipNAT::netifInit /* netif_init_fn */, 405 lwip_tcpip_input /* netif_input_fn */);405 tcpip_input /* netif_input_fn */); 406 406 407 407 AssertPtrReturnVoid(pNetif); … … 492 492 493 493 pNetif->linkoutput = netifLinkoutput; /* ether-level-pipe */ 494 pNetif->output = lwip_etharp_output;/* ip-pipe */494 pNetif->output = etharp_output; /* ip-pipe */ 495 495 496 496 if (pNat->m_ProxyOptions.ipv6_enabled) {
Note:
See TracChangeset
for help on using the changeset viewer.