Searched refs:netif_find (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dnetif.h267 struct netif *netif_find(char *name);
/external/syslinux/core/lwip/src/core/
H A Dnetif.c286 netif_find(char *name) function
301 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1]));
305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1]));

Completed in 48 milliseconds