Embedded TCP/IP stack
4.7.0
|
fnet_netif_desc_t fnet_netif_get_by_name | ( | const fnet_char_t * | name | ) |
Looks for a network interface according to the specified name.
name | The name string of a network interface. Maximum length of the interface name is defined by the FNET_NETIF_NAMELEN. |
name
parameter.This function scans the global network interface list looking for a network interface matching the name
parameter (for example "eth0", "loop").