Searched refs:tcpip_init_done (Results 1 – 4 of 4) sorted by relevance
62 static tcpip_init_done_fn tcpip_init_done; variable95 if (tcpip_init_done != NULL) { in tcpip_thread()96 tcpip_init_done(tcpip_init_done_arg); in tcpip_thread()517 tcpip_init_done = initfunc; in tcpip_init()
75 void tcpip_init(tcpip_init_done_fn tcpip_init_done, void *arg);
381 static void tcpip_init_done(void *arg) in tcpip_init_done() function604 tcpip_init_done(NULL); in eth_lwip_tcpip_init()
Completed in 4 milliseconds