Searched refs:netif_remove (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dnetif.h148 void netif_remove(struct netif * netif);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetifapi.h93 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL)
H A Dnetif.h316 void netif_remove(struct netif * netif);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c119 void netif_remove(struct netif * netif) function
147 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") );
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h183 #define netif_remove lwip_netif_remove macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h82 #define netif_remove lwip_netif_remove macro
/vbox/src/VBox/Devices/Network/
H A DDevINIP.cpp590 netif_remove(&pThis->IntNetIF);
693 netif_remove(&pThis->IntNetIF);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c294 netif_remove(struct netif *netif) function
343 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") );
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dppp.c1008 netif_remove(&pc->netif);
1051 netif_remove(&pc->netif);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp.c1347 netif_remove(&pc->netif);
1395 netif_remove(&pc->netif);
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp516 netif_remove(&g_pLwipNat->m_LwipNetIf);

Completed in 68 milliseconds