Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server.c171 static uint8_t get_ip(struct mac_addr_t *p_mac_addr) in get_ip() argument
182 if (!rt_memcmp(&bad_mac, p_mac_addr, sizeof(bad_mac))) in get_ip()
190 if (!rt_memcmp(&bad_mac, p_mac_addr, sizeof(bad_mac))) in get_ip()
199 if (!rt_memcmp(&mac_table[i].mac_addr, p_mac_addr, sizeof(bad_mac))) in get_ip()
209 mac_table[offset].mac_addr = *p_mac_addr; in get_ip()

Completed in 4 milliseconds