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

/seL4-camkes-master/projects/lwip/src/api/
H A Dnetifapi.c116 * Call netif_index_to_name() inside the tcpip_thread context.
125 if (!netif_index_to_name(msg->msg.ifs.index, msg->msg.ifs.name)) {
351 * Call netif_index_to_name() in a thread-safe way by running that function inside the
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dnetif.h552 char * netif_index_to_name(u8_t idx, char *name);
/seL4-camkes-master/projects/lwip/src/core/
H A Dnetif.c1656 netif_index_to_name(u8_t idx, char *name) function

Completed in 92 milliseconds