Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server.c174 static struct mac_ip_item_t mac_table[MAC_TABLE_LEN]; in get_ip() local
199 if (!rt_memcmp(&mac_table[i].mac_addr, p_mac_addr, sizeof(bad_mac))) in get_ip()
202 ip_addr_3 = mac_table[i].ip_addr_3; in get_ip()
209 mac_table[offset].mac_addr = *p_mac_addr; in get_ip()
210 mac_table[offset].ip_addr_3 = next_client_ip; in get_ip()
211 ip_addr_3 = mac_table[offset].ip_addr_3 ; in get_ip()

Completed in 2 milliseconds