Searched refs:next_client_ip (Results 1 – 1 of 1) sorted by relevance
173 static uint8_t next_client_ip = DHCPD_CLIENT_IP_MIN; in get_ip() local210 mac_table[offset].ip_addr_3 = next_client_ip; in get_ip()217 next_client_ip++; in get_ip()218 if (next_client_ip > DHCPD_CLIENT_IP_MAX) in get_ip()219 next_client_ip = DHCPD_CLIENT_IP_MIN; in get_ip()222 DEBUG_PRINTF("next_client_ip %d\n", next_client_ip); in get_ip()
Completed in 4 milliseconds