Home
last modified time | relevance | path

Searched refs:netif_num (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnet_group.h40 u8_t netif_num; member
/third_party/lwip/src/core/
Dnetif.c118 static u8_t netif_num; variable
414 netif->num = group->netif_num;
416 netif->num = netif_num;
477 group->netif_num = 0;
479 netif_num = 0;
483 group->netif_num = (u8_t)(netif->num + 1);
485 netif_num = (u8_t)(netif->num + 1);