Searched refs:dhcp_tmp (Results 1 – 1 of 1) sorted by relevance
507 struct dhcp_context *dhcp_tmp; in main() local509 for (dhcp_tmp = daemon->dhcp; dhcp_tmp; dhcp_tmp = dhcp_tmp->next) in main()511 prettyprint_time(daemon->dhcp_buff2, dhcp_tmp->lease_time); in main()512 strcpy(daemon->dhcp_buff, inet_ntoa(dhcp_tmp->start)); in main()514 (dhcp_tmp->flags & CONTEXT_STATIC) ? in main()516 (dhcp_tmp->flags & CONTEXT_PROXY) ? in main()519 daemon->dhcp_buff, inet_ntoa(dhcp_tmp->end), daemon->dhcp_buff2); in main()