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

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp166 netif m_LwipNetIf; member in class:VBoxNetLwipNAT
231 tcpip_callback_with_block(proxy_rtadvd_do_quick, &m_LwipNetIf, 0);
441 netif *pNetif = netif_add(&g_pLwipNat->m_LwipNetIf /* Lwip Interface */,
501 proxy_init(&g_pLwipNat->m_LwipNetIf, &g_pLwipNat->m_ProxyOptions);
514 netif_set_link_down(&g_pLwipNat->m_LwipNetIf);
515 netif_set_down(&g_pLwipNat->m_LwipNetIf);
516 netif_remove(&g_pLwipNat->m_LwipNetIf);
653 m_LwipNetIf.name[0] = 'N';
654 m_LwipNetIf.name[1] = 'T';
1020 m_LwipNetIf
[all...]

Completed in 45 milliseconds