Searched refs:dhcp_tmp (Results 1 – 1 of 1) sorted by relevance
445 struct dhcp_context* dhcp_tmp; in main() local447 for (dhcp_tmp = daemon->dhcp; dhcp_tmp; dhcp_tmp = dhcp_tmp->next) { in main()448 prettyprint_time(daemon->dhcp_buff2, dhcp_tmp->lease_time); in main()449 strcpy(daemon->dhcp_buff, inet_ntoa(dhcp_tmp->start)); in main()451 (dhcp_tmp->flags & CONTEXT_STATIC) in main()453 : (dhcp_tmp->flags & CONTEXT_PROXY) in main()456 daemon->dhcp_buff, inet_ntoa(dhcp_tmp->end), daemon->dhcp_buff2); in main()