Home
last modified time | relevance | path

Searched refs:tcpip_init (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcpip.h77 void tcpip_init(tcpip_init_done_fn tcpip_init_done, void *arg);
/third_party/lwip/test/unit/
Dlwip_unittests.c87 tcpip_init(NULL, NULL); in lwip_unittests_run()
/third_party/lwip/src/api/
Dtcpip.c678 tcpip_init(tcpip_init_done_fn initfunc, void *arg) in tcpip_init() function
/third_party/lwip/
DCHANGELOG2981 inside tcpip_init, but can also be used by raw api users since all calls are
3220 is done in tcpip_init function.
3645 tcpip_init) because we have to be sure that network interfaces are already
3876 tcpip_thread() to tcpip_init(). This way, raw API connections can be
D0053-cleancode-improve-lwipopts.h-readability.patch451 @@ -638,7 +638,7 @@ tcpip_init(tcpip_init_done_fn initfunc, void *arg)
D0002-adapt-lstack.patch2015 @@ -614,7 +638,9 @@ tcpip_init(tcpip_init_done_fn initfunc, void *arg)