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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c151 netif_find(char *name) function
166 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1]));
170 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1]));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c353 netif_find(char *name) function
368 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1]));
372 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1]));
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h179 #define netif_find lwip_netif_find macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h79 #define netif_find lwip_netif_find macro

Completed in 55 milliseconds