NETIF_NAMESIZE is only used within LwIP.
 
Symbols
loading...
Files
loading...

NETIF_NAMESIZE macro

The size of a fully constructed netif name which the netif can be identified by in APIs. Composed of 2 chars, 3 (max) digits, and 1 \0

Syntax

#define NETIF_NAMESIZE 6

References

LocationText
netif.h:70
#define NETIF_NAMESIZE 6
netif.c:1663
lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx));
sockets.h:182
#define IFNAMSIZ NETIF_NAMESIZE