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

/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp187 static err_t netifInit(netif *pNetif);
188 static err_t netifLinkoutput(netif *pNetif, pbuf *pBuf);
441 netif *pNetif = netif_add(&g_pLwipNat->m_LwipNetIf /* Lwip Interface */, local
449 AssertPtrReturnVoid(pNetif);
452 pNetif->name[0], pNetif->name[1], pNetif->num,
453 pNetif->hwaddr));
455 pNetif->name[0], pNetif
523 netifInit(netif *pNetif) argument
585 netifLinkoutput(netif *pNetif, pbuf *pPBuf) argument
[all...]

Completed in 46 milliseconds