Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Client data handling
[Network interface (NETIF)]
Store data (void*) on a netif for application usage. More...
Functions | |
u8_t | netif_alloc_client_data_id (void) |
Allocate an index to store data in client_data member of struct netif. |
Detailed Description
Store data (void*) on a netif for application usage.
- See also:
- LWIP_NUM_NETIF_CLIENT_DATA
Function Documentation
u8_t netif_alloc_client_data_id | ( | void | ) |
Allocate an index to store data in client_data member of struct netif.
Returned value is an index in mentioned array.
- See also:
- LWIP_NUM_NETIF_CLIENT_DATA
Definition at line 996 of file lwip_netif.c.
Generated on Tue Aug 9 2022 00:37:29 by
