All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
lwip.h File Reference

lwIP bootstrap definitions More...

Detailed Description

lwIP bootstrap definitions

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file lwip.h.

#include "event.h"
+ Include dependency graph for lwip.h:

Go to the source code of this file.

event_queue_t lwip_event_queue
 event queue for netdev events
 
void lwip_bootstrap (void)
 Initializes lwIP stack.
 

Function Documentation

◆ lwip_bootstrap()

void lwip_bootstrap ( void )

Initializes lwIP stack.

This initializes lwIP, i.e. all netdevs are added to as interfaces to the stack and the stack's thread is started.