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/
H A Dnetifapi.c119 * Call netif_index_to_name() inside the tcpip_thread context.
129 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)) {
358 * Call netif_index_to_name() in a thread-safe way by running that function inside the
/third_party/lwip/src/include/lwip/
H A 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/
H A 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)

Completed in 6 milliseconds