Home
last modified time | relevance | path

Searched defs:netif_get_index (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/examples/lwip/
Dlwipopts.h28 #define netif_get_index(netif) ((u8_t)((netif)->num + 1)) macro
/third_party/lwip/src/include/lwip/
Dnetif.h560 #define netif_get_index(netif) ((u8_t)((netif)->num + 1)) macro