Home
last modified time | relevance | path

Searched refs:NETIF_NAMESIZE (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c336 strncpy(NETIFAPI_VAR_REF(msg).msg.ifs.name, name, NETIF_NAMESIZE - 1); in netifapi_netif_name_to_index()
337 NETIFAPI_VAR_REF(msg).msg.ifs.name[NETIF_NAMESIZE - 1] = '\0'; in netifapi_netif_name_to_index()
372 strncpy(name, NETIFAPI_VAR_REF(msg).msg.ifs.name, NETIF_NAMESIZE - 1); in netifapi_netif_index_to_name()
373 name[NETIF_NAMESIZE - 1] = '\0'; in netifapi_netif_index_to_name()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dif_api.h52 #define IF_NAMESIZE NETIF_NAMESIZE
H A Dnetif.h70 #define NETIF_NAMESIZE 6 macro
H A Dsockets.h186 #define IFNAMSIZ NETIF_NAMESIZE
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dapi_msg.h257 char name[NETIF_NAMESIZE];
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c1694 lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx)); in netif_index_to_name()