Go to the source code of this file.
Functions | |
bool | lwip_nosys_init (async_context_t *context) |
Initializes lwIP (NO_SYS=1 mode) support support using the provided async_contextIf the initialization succeeds, lwip_nosys_deinit() can be called to shutdown lwIP support. More... | |
void | lwip_nosys_deinit (async_context_t *context) |
De-initialize lwIP (NO_SYS=1 mode) supportNote that since lwIP may only be initialized once, and doesn't itself provide a shutdown mechanism, lwIP itself may still consume resources. More... | |