Home
last modified time | relevance | path

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

/components/net/lwip-dhcpd/
A Ddhcp_server.c177 struct mac_addr_t bad_mac; in get_ip() local
181 rt_memset(&bad_mac, 0, sizeof(bad_mac)); in get_ip()
182 if (!rt_memcmp(&bad_mac, p_mac_addr, sizeof(bad_mac))) in get_ip()
189 rt_memset(&bad_mac, 0xFF, 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()

Completed in 3 milliseconds