Searched refs:NETIF_NAMESIZE (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netif.h | 67 #ifndef NETIF_NAMESIZE 68 #define NETIF_NAMESIZE 6 macro 202 char name[NETIF_NAMESIZE];
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netifapi.c | 336 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()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | if_api.h | 52 #define IF_NAMESIZE NETIF_NAMESIZE
|
| A D | netif.h | 70 #ifndef NETIF_NAMESIZE 71 #define NETIF_NAMESIZE 6 macro 349 char name[NETIF_NAMESIZE];
|
| A D | sockets.h | 182 #define IFNAMSIZ NETIF_NAMESIZE
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netif.h | 70 #ifndef NETIF_NAMESIZE 71 #define NETIF_NAMESIZE 6 macro 315 char name[NETIF_NAMESIZE];
|
| /components/net/lwip/port/ |
| A D | lwipopts.h | 585 #warning NETIF_NAMESIZE too small, the value must be greater than or equal to 6. 587 #define NETIF_NAMESIZE RT_LWIP_NETIF_NAMESIZE macro
|
| A D | ethernetif.c | 401 char name[NETIF_NAMESIZE] = {0}; in netdev_add() 417 rt_strncpy(name, lwip_netif->name, NETIF_NAMESIZE); in netdev_add() 439 char name[NETIF_NAMESIZE]; in netdev_del() 444 rt_strncpy(name, lwip_netif->name, NETIF_NAMESIZE); in netdev_del() 594 rt_strncpy(netif->name, name, NETIF_NAMESIZE); in eth_device_init_with_flag()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | api_msg.h | 257 char name[NETIF_NAMESIZE];
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | netif.c | 1717 lwip_itoa(&name[2], NETIF_NAMESIZE - 2, netif_index_to_num(idx)); in netif_index_to_name()
|
Completed in 21 milliseconds