netif_alloc_client_data_id() function
Allocate an index to store data in client_data member of struct netif. Returned value is an index in mentioned array. @see LWIP_NUM_NETIF_CLIENT_DATA
Syntax
u8_t netif_alloc_client_data_id(void);
Examples
netif_alloc_client_data_id() is referenced by 1 libraries and example projects: