netif_find() is only used within LwIP.
 
Symbols
loading...
Files
loading...

netif_find() function

Find a network interface by searching for its name

Syntax

struct netif *netif_find(const char *name);
Implemented in netif.c:1700

Arguments

name

the name of the netif (like netif->name) plus concatenated number in ascii representation (e.g. 'en0')

References

LocationReferrerText
netif.c:1701
netif_find(const char *name)
netif.h:430
struct netif *netif_find(const char *name);
netif.c:1639netif_name_to_index()
struct netif *netif = netif_find(name);
sockets.c:3429lwip_setsockopt_impl()
n = netif_find(iface->ifr_name);

Call Tree

Functions calling netif_find()
Functions called by netif_find()
netif_find()
atoi()
all items filtered out
Data read by netif_find()
Data written by netif_find()
netif_find()::netif
netif_find()::num
all items filtered out
netif_find()
netif_find()::num
all items filtered out
Type of netif_find()
netif_find()
all items filtered out