Searched defs:netif_find (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 151 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 D | netif.c | 353 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 D | lwipopts.h | 179 #define netif_find lwip_netif_find macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 79 #define netif_find lwip_netif_find macro
|
Completed in 37 milliseconds