Searched defs:g_pLwipNat (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp199 static VBoxNetLwipNAT *g_pLwipNat; variable
431 RTNETADDRIPV4 address = g_pLwipNat->getIpv4Address();
432 RTNETADDRIPV4 netmask = g_pLwipNat->getIpv4Netmask();
441 netif *pNetif = netif_add(&g_pLwipNat->m_LwipNetIf /* Lwip Interface */,
445 g_pLwipNat /* state */,
501 proxy_init(&g_pLwipNat->m_LwipNetIf, &g_pLwipNat->m_ProxyOptions);
503 natServiceProcessRegisteredPf(g_pLwipNat->m_vecPortForwardRule4);
504 natServiceProcessRegisteredPf(g_pLwipNat->m_vecPortForwardRule6);
514 netif_set_link_down(&g_pLwipNat
[all...]

Completed in 43 milliseconds