Home
last modified time | relevance | path

Searched refs:netif_index_to_name (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/api/
Dnetifapi.c129 if (!netif_index_to_name(msg->msg.ifs.index, msg->msg.ifs.name, get_curr_process_net_group())) {
131 if (!netif_index_to_name(msg->msg.ifs.index, msg->msg.ifs.name)) {
/third_party/lwip/src/include/lwip/
Dnetif.h590 char * netif_index_to_name(u8_t idx, char *name, struct net_group *group);
593 char * netif_index_to_name(u8_t idx, char *name);
/third_party/lwip/src/core/
Dnetif.c1801 netif_index_to_name(u8_t idx, char *name, struct net_group *group) function
1803 netif_index_to_name(u8_t idx, char *name)