Searched refs:dhcp_thr (Results 1 – 1 of 1) sorted by relevance
265 static thread_t *dhcp_thr; variable277 dhcp_thr = thread_create("dhcp", dhcp_thread, NULL, DEFAULT_PRIORITY, DEFAULT_STACK_SIZE); in minip_init_dhcp()278 thread_detach_and_resume(dhcp_thr); in minip_init_dhcp()
Completed in 4 milliseconds