Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server_raw.c714 char str_tmp[4 * 4 + 4] = DHCPD_SERVER_IP; in dhcpd_start() local
715 char *p = str_tmp; in dhcpd_start()
718 p = strchr(str_tmp, '.'); in dhcpd_start()
729 DEBUG_PRINTF("DHCPD_SERVER_IP: %s error!\r\n", str_tmp); in dhcpd_start()
735 ip4addr_aton(str_tmp, &ip_start); in dhcpd_start()
736 DEBUG_PRINTF("ip_start: [%s]\r\n", str_tmp); in dhcpd_start()
738 ip4addr_aton(str_tmp, &ip_end); in dhcpd_start()
739 DEBUG_PRINTF("ip_end: [%s]\r\n", str_tmp); in dhcpd_start()

Completed in 10 milliseconds